perks/tsconfig.json

22 строки
497 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",
"lib": ["es2018"],
"experimentalDecorators": true,
"newLine": "LF"
}
}