mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
29 lines
870 B
JSON
29 lines
870 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./dist",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"strictNullChecks": true,
|
|
"downlevelIteration": true,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"target": "es2015",
|
|
"typeRoots": ["node_modules/@types"],
|
|
"lib": ["es2018", "dom"],
|
|
"paths": {
|
|
"ng-devtools": ["projects/ng-devtools/src/public-api.ts"],
|
|
"ng-devtools-backend": ["projects/ng-devtools-backend/src/public-api.ts"],
|
|
"protocol": ["projects/protocol/src/public-api.ts"],
|
|
"shared-utils": ["projects/shared-utils/src/public-api.ts"]
|
|
}
|
|
},
|
|
"angularCompilerOptions": {
|
|
"fullTemplateTypeCheck": true,
|
|
"strictInjectionParameters": true
|
|
}
|
|
}
|