nova-facade/tsconfig.json

14 строки
282 B
JSON

{
"compilerOptions": {
"target": "ES2019",
"module": "ES6",
"moduleResolution": "Node",
"declaration": true,
"declarationMap": true,
"strict": true,
"skipLibCheck": true,
"isolatedModules": true,
"forceConsistentCasingInFileNames": true,
}
}