mirror of
https://github.com/sboulema/mtg-deck.git
synced 2026-07-22 17:00:31 +00:00
15 lines
354 B
JSON
15 lines
354 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"module": "commonjs",
|
|
"experimentalDecorators": true,
|
|
"strictPropertyInitialization": false,
|
|
"isolatedModules": false,
|
|
"strict": false,
|
|
"noImplicitAny": false,
|
|
"typeRoots": ["../node_modules/@types"]
|
|
},
|
|
"exclude": ["../node_modules"],
|
|
"include": ["./**/*.ts"]
|
|
}
|