mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-04-22 10:42:10 +00:00
11 lines
166 B
JSON
11 lines
166 B
JSON
{
|
|
"extends": "./node_modules/@dzeio/config/tsconfig.base",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"strictNullChecks": true
|
|
},
|
|
"exclude": [
|
|
"__tests__"
|
|
]
|
|
}
|