|
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"target": "ESNext",
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"moduleResolution": "NodeNext",
|
|
"downlevelIteration": false,
|
|
"isolatedModules": false,
|
|
"suppressImplicitAnyIndexErrors": false,
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"useDefineForClassFields": false,
|
|
"importHelpers": true,
|
|
"resolveJsonModule": true,
|
|
"newLine": "LF",
|
|
"skipLibCheck": true,
|
|
"lib": ["ESNext", "esnext.asynciterable"],
|
|
"declaration": false,
|
|
"noResolve": false,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true,
|
|
"noEmit": true
|
|
}
|
|
}
|