23 строки
482 B
JSON
23 строки
482 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2019",
|
|
"outDir": "out",
|
|
"baseUrl": "./",
|
|
"alwaysStrict": true,
|
|
"lib": [
|
|
"es2019"
|
|
],
|
|
"sourceMap": true,
|
|
"rootDir": ".",
|
|
"strict": true,
|
|
"useUnknownInCatchVariables": false
|
|
},
|
|
"include": [
|
|
"src/test/**/*.ts",
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"src/test/fakeSuite/Repros/**/*.ts"
|
|
]
|
|
} |