Skip to content

Commit 47824b3

Browse files
authored
Angular Ivy Compilation Mode (#183)
* Don't limit upper Angular version * Improve GitHub Action workflow name * Fix npm publish with Angular compilationMode
1 parent d9b627f commit 47824b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "./tsconfig.lib.json",
33
"angularCompilerOptions": {
4-
"enableIvy": false
4+
"compilationMode": "partial"
55
}
66
}

0 commit comments

Comments
 (0)