mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
38 lines
852 B
JSON
38 lines
852 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./dist",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"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"
|
|
]
|
|
}
|
|
},
|
|
"angularCompilerOptions": {
|
|
"fullTemplateTypeCheck": true,
|
|
"strictInjectionParameters": true
|
|
}
|
|
}
|