forked from nm3clol/nm3clol-express-app
26 lines
712 B
JSON
26 lines
712 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"allowJs": true,
|
|
"target": "ESNext",
|
|
"sourceMap": false,
|
|
"declaration": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"isolatedModules": false,
|
|
"suppressImplicitAnyIndexErrors": false,
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"importHelpers": true,
|
|
"noEmit": false,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"lib": ["es7", "dom", "ESNext.AsyncIterable", "ES2021.String"]
|
|
}
|
|
} |