Skip to content

Commit 1fa3551

Browse files
committed
fix(project): adapted the ivy config to publish the lib on npm
1 parent 587cfdf commit 1fa3551

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "./tsconfig.lib.json",
33
"angularCompilerOptions": {
4-
"enableIvy": true
4+
// "enableIvy": true
5+
"compilationMode": "partial"
56
}
67
}

0 commit comments

Comments
 (0)