19 строки
386 B
JSON
19 строки
386 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"importHelpers": true,
|
|
"module": "commonjs",
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "es2017",
|
|
"useUnknownInCatchVariables": false
|
|
},
|
|
"ts-node": {
|
|
"transpileOnly": true
|
|
}
|
|
}
|