41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"alwaysStrict": true,
|
|
"baseUrl": "./Source",
|
|
"checkJs": false,
|
|
"declaration": false,
|
|
"emitDecoratorMetadata": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"importsNotUsedAsValues": "error",
|
|
"incremental": true,
|
|
"inlineSources": true,
|
|
"lib": ["es2020"],
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"noEmit": false,
|
|
"noEmitOnError": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": false,
|
|
"noImplicitThis": true,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"outDir": "./dist",
|
|
"pretty": true,
|
|
"removeComments": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"sourceRoot": "/",
|
|
"strict": true,
|
|
"strictBindCallApply": true,
|
|
"strictNullChecks": false,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"target": "es2020",
|
|
"typeRoots": ["./src/typings"]
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"include": ["Source/**/*", "Source/**/*.json"]
|
|
} |