26 строки
544 B
JSON
26 строки
544 B
JSON
{
|
|
"compilerOptions": {
|
|
"alwaysStrict": true,
|
|
"forceConsistentCasingInFileNames": false,
|
|
"module": "commonjs",
|
|
"noEmitOnError": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"sourceMap": true,
|
|
"declarationMap": true,
|
|
"strict": true,
|
|
"declaration": true,
|
|
"stripInternal": true,
|
|
"noEmitHelpers": false,
|
|
"target": "es2018",
|
|
"types": [
|
|
"node"
|
|
],
|
|
"lib": [
|
|
"es2018"
|
|
],
|
|
"experimentalDecorators": true,
|
|
"newLine": "LF",
|
|
}
|
|
} |