Skip to content

Commit a6e0b86

Browse files
committed
Update settings to resolve strange issues with metadata generation
1 parent 235cc7d commit a6e0b86

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ssr",
3-
"version": "0.10.36",
3+
"version": "0.10.37",
44
"description": "Angular server-side rendering implementation",
55
"main": "build/index.js",
66
"typings": "build/index.d.ts",

tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
"declaration": true,
2121
"outDir": "build"
2222
},
23+
"angularCompilerOptions": {
24+
"strictMetadataEmit": true,
25+
"genDir": "build"
26+
},
2327
"exclude": [
2428
"build",
2529
"examples",

0 commit comments

Comments
 (0)