18 строки
459 B
JSON
18 строки
459 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"module": "commonjs",
|
||
|
"esModuleInterop": true,
|
||
|
"strict": true,
|
||
|
"incremental": true,
|
||
|
"sourceMap": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"allowJs": false,
|
||
|
"declaration": true,
|
||
|
"noUnusedParameters": true,
|
||
|
"noUnusedLocals": true
|
||
|
},
|
||
|
"include": ["**/source/**/*.ts", "**/test/**/*.ts", "**/index.ts"],
|
||
|
"exclude": ["*.d.ts"]
|
||
|
}
|