Skip to content

Commit 8540a28

Browse files
author
Matt Lewis
committed
fix: fix partial module imports
Fixes #461
1 parent 6dba4f1 commit 8540a28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig-ngc.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"skipTemplateCodegen": true,
2727
"trace": true,
2828
"strictInjectionParameters": true,
29-
"preserveWhitespaces": true,
30-
"fullTemplateTypeCheck": true
29+
"preserveWhitespaces": true
3130
}
3231
}

0 commit comments

Comments
 (0)