2020-01-27 18:40:18 +00:00
|
|
|
{
|
|
|
|
|
"compileOnSave": false,
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"baseUrl": "./",
|
|
|
|
|
"outDir": "./dist",
|
|
|
|
|
"sourceMap": true,
|
|
|
|
|
"declaration": false,
|
2020-03-20 18:54:37 +00:00
|
|
|
"strictNullChecks": true,
|
2020-01-27 18:40:18 +00:00
|
|
|
"downlevelIteration": true,
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
|
"module": "esnext",
|
|
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"importHelpers": true,
|
|
|
|
|
"target": "es2015",
|
2020-02-07 21:25:16 +00:00
|
|
|
"typeRoots": ["node_modules/@types"],
|
|
|
|
|
"lib": ["es2018", "dom"],
|
2020-01-27 18:40:18 +00:00
|
|
|
"paths": {
|
2020-02-07 21:25:16 +00:00
|
|
|
"ng-devtools": ["projects/ng-devtools/src/public-api.ts"],
|
|
|
|
|
"ng-devtools-backend": ["projects/ng-devtools-backend/src/public-api.ts"],
|
2020-03-05 22:41:18 +00:00
|
|
|
"protocol": ["projects/protocol/src/public-api.ts"],
|
|
|
|
|
"shared-utils": ["projects/shared-utils/src/public-api.ts"]
|
2020-03-02 20:30:55 +00:00
|
|
|
}
|
2020-01-27 18:40:18 +00:00
|
|
|
},
|
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
|
"fullTemplateTypeCheck": true,
|
|
|
|
|
"strictInjectionParameters": true
|
|
|
|
|
}
|
|
|
|
|
}
|