27 строки
669 B
JSON
27 строки
669 B
JSON
{
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"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": "es2019",
|
|
"types": ["node", "jest"],
|
|
"esModuleInterop": true,
|
|
"lib": ["es2020"],
|
|
"newLine": "LF",
|
|
"outDir": "out",
|
|
"rootDir": ".",
|
|
"resolveJsonModule": true
|
|
},
|
|
"exclude": ["out", "node_modules", "**/*.d.ts"]
|
|
} |