Skip to content

Commit

Permalink
fix: add compilationMode for lib
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Dec 15, 2022
1 parent 0fe7ca4 commit 10414ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngx-intl-tel-input/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"**/*.spec.ts"
],
"angularCompilerOptions": {
"enableIvy": false
"compilationMode": "partial",
}
}

0 comments on commit 10414ee

Please sign in to comment.