Skip to content

Commit 3d6ad42

Browse files
author
Johannes Huster
committed
Updated TS config to produce error
Everything works fine without this change
1 parent 713fc1e commit 3d6ad42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

projects/my-lib/tsconfig.lib.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
"lib": [
1010
"dom",
1111
"es2018"
12-
]
12+
],
13+
"emitDecoratorMetadata": true
1314
},
1415
"angularCompilerOptions": {
1516
"skipTemplateCodegen": true,
16-
"strictMetadataEmit": true,
17+
// "strictMetadataEmit": true,
1718
"enableResourceInlining": true
1819
},
1920
"exclude": [

0 commit comments

Comments
 (0)