2020-01-27 18:40:18 +00:00
|
|
|
{
|
2020-08-11 18:24:33 +00:00
|
|
|
"compileOnSave": false,
|
|
|
|
|
"compilerOptions": {
|
2021-09-08 22:29:09 +00:00
|
|
|
"plugins": [
|
|
|
|
|
{
|
|
|
|
|
"name": "@bazel/tsetse",
|
2021-11-07 23:57:52 +00:00
|
|
|
"disabledRules": [
|
|
|
|
|
"must-type-assert-json-parse"
|
|
|
|
|
]
|
2021-09-08 22:29:09 +00:00
|
|
|
}
|
|
|
|
|
],
|
2021-12-16 07:00:43 +00:00
|
|
|
"baseUrl": "../",
|
2021-11-07 23:57:52 +00:00
|
|
|
"outDir": "bazel-out/darwin-fastbuild/bin",
|
2020-08-11 18:24:33 +00:00
|
|
|
"sourceMap": true,
|
2021-11-07 23:57:52 +00:00
|
|
|
"declaration": true,
|
2020-08-11 18:24:33 +00:00
|
|
|
"strictNullChecks": true,
|
|
|
|
|
"downlevelIteration": true,
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
|
"module": "esnext",
|
|
|
|
|
"moduleResolution": "node",
|
2021-12-16 07:00:43 +00:00
|
|
|
"esModuleInterop": true,
|
2020-08-11 18:24:33 +00:00
|
|
|
"importHelpers": true,
|
2021-11-07 23:57:52 +00:00
|
|
|
"target": "es2020",
|
2021-12-16 07:00:43 +00:00
|
|
|
"lib": ["es2020", "dom"],
|
2021-11-07 23:57:52 +00:00
|
|
|
"typeRoots": [
|
2021-12-16 07:00:43 +00:00
|
|
|
"./devtools/node_modules/@types",
|
2021-11-07 23:57:52 +00:00
|
|
|
],
|
2021-12-16 07:00:43 +00:00
|
|
|
"types": [
|
|
|
|
|
"angular",
|
|
|
|
|
"jasmine",
|
|
|
|
|
"node"
|
2021-11-07 23:57:52 +00:00
|
|
|
],
|
2020-08-11 18:24:33 +00:00
|
|
|
"paths": {
|
2021-12-16 07:00:43 +00:00
|
|
|
"@angular/*": [
|
|
|
|
|
"./packages/*",
|
|
|
|
|
"./dist/bin/packages/*"
|
|
|
|
|
],
|
2021-11-07 23:57:52 +00:00
|
|
|
"ng-devtools": [
|
2021-12-16 07:00:43 +00:00
|
|
|
"./devtools/projects/ng-devtools/src/public-api.ts",
|
2021-11-07 23:57:52 +00:00
|
|
|
],
|
|
|
|
|
"ng-devtools-backend": [
|
2021-12-16 07:00:43 +00:00
|
|
|
"./devtools/projects/ng-devtools-backend/src/public-api.ts",
|
2021-11-07 23:57:52 +00:00
|
|
|
],
|
|
|
|
|
"protocol": [
|
2021-12-16 07:00:43 +00:00
|
|
|
"./devtools/projects/protocol/src/public-api.ts",
|
2021-11-07 23:57:52 +00:00
|
|
|
],
|
|
|
|
|
"shared-utils": [
|
2021-12-16 07:00:43 +00:00
|
|
|
"./devtools/projects/shared-utils/src/public-api.ts",
|
2021-11-07 23:57:52 +00:00
|
|
|
]
|
|
|
|
|
},
|
2020-08-11 18:24:33 +00:00
|
|
|
},
|
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
|
"fullTemplateTypeCheck": true,
|
2022-09-05 09:52:20 +00:00
|
|
|
"strictInjectionParameters": true
|
2020-08-11 18:24:33 +00:00
|
|
|
}
|
2022-09-05 09:52:20 +00:00
|
|
|
}
|