Skip to content

Commit

Permalink
fix(ng-fantasticon): partially compile library
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-libardi-zupit committed Jul 12, 2024
1 parent 426aaf2 commit 40e4662
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/ng-fantasticon/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"compilerOptions": {
"declarationMap": false
},
"angularCompilerOptions": {}
"angularCompilerOptions": {
"compilationMode": "partial"
}
}

0 comments on commit 40e4662

Please sign in to comment.