mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
51 lines
1.6 KiB
JSON
Executable File
51 lines
1.6 KiB
JSON
Executable File
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"lib": [
|
|
"dom",
|
|
"ES2022"
|
|
],
|
|
"rootDir": "src/ts",
|
|
"outDir": "dist/node",
|
|
"pretty": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"ignoreDeprecations": "6.0",
|
|
"types": ["*"],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@angular/common/http": ["node_modules/@angular/common/types/http.d.ts"],
|
|
"@angular/platform-browser/animations": ["node_modules/@angular/platform-browser/types/animations.d.ts"],
|
|
"@angular/cdk/drag-drop": ["node_modules/@angular/cdk/types/drag-drop.d.ts"],
|
|
"ngx-bootstrap/popover": ["node_modules/ngx-bootstrap/popover/types/ngx-bootstrap-popover.d.ts"],
|
|
"ngx-bootstrap/modal": ["node_modules/ngx-bootstrap/modal/types/ngx-bootstrap-modal.d.ts"],
|
|
"ngx-bootstrap/tooltip": ["node_modules/ngx-bootstrap/tooltip/types/ngx-bootstrap-tooltip.d.ts"],
|
|
"ngx-bootstrap/buttons": ["node_modules/ngx-bootstrap/buttons/types/ngx-bootstrap-buttons.d.ts"],
|
|
"ngx-bootstrap/typeahead": ["node_modules/ngx-bootstrap/typeahead/types/ngx-bootstrap-typeahead.d.ts"],
|
|
"ngx-bootstrap/pagination": ["node_modules/ngx-bootstrap/pagination/types/ngx-bootstrap-pagination.d.ts"]
|
|
},
|
|
"importHelpers": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"declaration": false,
|
|
"noEmitOnError": false,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"noImplicitReturns": true,
|
|
"strict": true,
|
|
"strictFunctionTypes": true,
|
|
"sourceMap": true,
|
|
"preserveConstEnums": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": [
|
|
"build",
|
|
"tools",
|
|
"src/scripts",
|
|
"node_modules"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"strictTemplates": false
|
|
}
|
|
}
|