Skip to content

Commit

Permalink
Fix npm publish with Angular compilationMode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuckv01 committed May 8, 2023
1 parent 1c8b6eb commit 48920d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/mobx-angular/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "./tsconfig.lib.json",
"angularCompilerOptions": {
"enableIvy": false
"compilationMode": "partial"
}
}

0 comments on commit 48920d0

Please sign in to comment.