Skip to content

Commit

Permalink
fix: 馃悰 angular compilationMode
Browse files Browse the repository at this point in the history
  • Loading branch information
avivharuzi committed Jun 11, 2022
1 parent c6085a4 commit f5c1140
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/ngx-glide/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 f5c1140

Please sign in to comment.