We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235cc7d commit a6e0b86Copy full SHA for a6e0b86
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular-ssr",
3
- "version": "0.10.36",
+ "version": "0.10.37",
4
"description": "Angular server-side rendering implementation",
5
"main": "build/index.js",
6
"typings": "build/index.d.ts",
tsconfig.json
@@ -20,6 +20,10 @@
20
"declaration": true,
21
"outDir": "build"
22
},
23
+ "angularCompilerOptions": {
24
+ "strictMetadataEmit": true,
25
+ "genDir": "build"
26
+ },
27
"exclude": [
28
"build",
29
"examples",
0 commit comments