29 lines
908 B
JSON
29 lines
908 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Base",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"alwaysStrict": true,
|
|
"target": "esnext",
|
|
"moduleResolution": "Node",
|
|
"removeComments": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"sourceMap": true,
|
|
"incremental": true,
|
|
"skipLibCheck": true,
|
|
"strictNullChecks": false,
|
|
"noImplicitAny": true,
|
|
"strictBindCallApply": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noFallthroughCasesInSwitch": false,
|
|
"isolatedModules": true,
|
|
"esModuleInterop": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitReturns": true,
|
|
"pretty": true,
|
|
"resolveJsonModule": true,
|
|
"importsNotUsedAsValues": "remove"
|
|
}
|
|
} |