зеркало из
1
0
Форкнуть 0
autorest.modelerfour/tsconfig.json

26 строки
543 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"
}
}