Skip to content

Commit

Permalink
Needed to include partial ivy compilation on config
Browse files Browse the repository at this point in the history
  • Loading branch information
Core121 committed Dec 23, 2022
1 parent 7cc4f2d commit 439c656
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"ngx-print/*": [
"dist/ngx-print/*"
]
}
},
},
"angularCompilerOptions": {
"compilationMode": "partial"
}
}

0 comments on commit 439c656

Please sign in to comment.