19 строки
475 B
JSON
19 строки
475 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"outDir": "out",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"sourceMap": true,
|
|
"rootDir": "src",
|
|
/* Strict Type-Checking Option */
|
|
"strict": true, /* enable all strict type-checking options */
|
|
/* Additional Checks */
|
|
"noUnusedLocals": true /* Report errors on unused locals. */
|
|
},
|
|
"exclude": [
|
|
".vscode-test"
|
|
]
|
|
} |