Skip to content

Commit 1cd51e6

Browse files
committed
test: update tsconfigs for library tyesting project
1 parent 17dbaeb commit 1cd51e6

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

packages/angular_devkit/build_ng_packagr/test/ng-packaged/projects/lib/tsconfig.lib.json

+6
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@
33
"compilerOptions": {
44
"target": "es2015",
55
"declaration": true,
6+
"declarationMap": true,
67
"inlineSources": true,
78
"types": [],
89
"lib": [
910
"dom",
1011
"es2018"
1112
]
1213
},
14+
"angularCompilerOptions": {
15+
"skipTemplateCodegen": true,
16+
"strictMetadataEmit": true,
17+
"enableResourceInlining": true
18+
},
1319
"exclude": [
1420
"src/test.ts",
1521
"**/*.spec.ts"
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"extends": "./tsconfig.lib.json",
3+
"compilerOptions": {
4+
"declarationMap": false
5+
},
36
"angularCompilerOptions": {
4-
"skipTemplateCodegen": true,
5-
"strictMetadataEmit": true,
6-
"enableResourceInlining": true,
77
"enableIvy": false
88
}
99
}

0 commit comments

Comments
 (0)