mirror of
https://github.com/WowUp/WowUp.git
synced 2026-01-06 06:47:49 -05:00
43 lines
897 B
JSON
43 lines
897 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"module": "ES2022",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowJs": true,
|
|
"downlevelIteration": true,
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"target": "ES2022",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"lib": [
|
|
"es2017",
|
|
"es2016",
|
|
"es2015",
|
|
"dom",
|
|
"ES2019.Array",
|
|
"ES2020.String",
|
|
"ES2021.String",
|
|
"ESNext.String"
|
|
],
|
|
"useDefineForClassFields": false
|
|
},
|
|
"include": [
|
|
"src/**/*.d.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"fullTemplateTypeCheck": true,
|
|
"strictInjectionParameters": true,
|
|
"preserveWhitespaces": true
|
|
}
|
|
}
|