25 строки
583 B
JSON
25 строки
583 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"alwaysStrict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "Node16",
|
|
"moduleResolution": "Node16",
|
|
"esModuleInterop": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"sourceMap": true,
|
|
"declarationMap": true,
|
|
"strict": true,
|
|
"declaration": true,
|
|
"stripInternal": true,
|
|
"noEmitHelpers": false,
|
|
"target": "es2019",
|
|
"types": ["node"],
|
|
"lib": ["es2019", "DOM"],
|
|
"experimentalDecorators": true,
|
|
"newLine": "LF"
|
|
}
|
|
}
|