Skip to content

Commit 278531b

Browse files
committed
fix(build): add compilation mode to fix npm publish
1 parent 0e35d1b commit 278531b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"useDefineForClassFields": false
3535
},
3636
"angularCompilerOptions": {
37+
"compilationMode": "partial",
3738
"preserveWhitespaces": true,
3839
"strictMetadataEmit": true
3940
}

0 commit comments

Comments
 (0)