We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17dbaeb commit 1cd51e6Copy full SHA for 1cd51e6
packages/angular_devkit/build_ng_packagr/test/ng-packaged/projects/lib/tsconfig.lib.json
@@ -3,13 +3,19 @@
3
"compilerOptions": {
4
"target": "es2015",
5
"declaration": true,
6
+ "declarationMap": true,
7
"inlineSources": true,
8
"types": [],
9
"lib": [
10
"dom",
11
"es2018"
12
]
13
},
14
+ "angularCompilerOptions": {
15
+ "skipTemplateCodegen": true,
16
+ "strictMetadataEmit": true,
17
+ "enableResourceInlining": true
18
+ },
19
"exclude": [
20
"src/test.ts",
21
"**/*.spec.ts"
packages/angular_devkit/build_ng_packagr/test/ng-packaged/projects/lib/tsconfig.lib.prod.json
@@ -1,9 +1,9 @@
1
{
2
"extends": "./tsconfig.lib.json",
+ "compilerOptions": {
+ "declarationMap": false
"angularCompilerOptions": {
- "skipTemplateCodegen": true,
- "strictMetadataEmit": true,
- "enableResourceInlining": true,
"enableIvy": false
}
0 commit comments