Skip to content

Commit

Permalink
Enable partial compilation for Ivy
Browse files Browse the repository at this point in the history
  • Loading branch information
czeckd committed Jul 23, 2022
1 parent 8d9db83 commit f885270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/angular-dual-listbox/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"declarationMap": false
},
"angularCompilerOptions": {
"enableIvy": true
"enableIvy": true,
"compilationMode": "partial"
}
}

0 comments on commit f885270

Please sign in to comment.