Skip to content

Commit

Permalink
Changed compilation mode to partial
Browse files Browse the repository at this point in the history
  • Loading branch information
kneurgao committed Jul 8, 2023
1 parent 02d5d49 commit 6d2c74c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"enableIvy": false
"enableIvy": false,
"compilationMode": "partial",
}
}

0 comments on commit 6d2c74c

Please sign in to comment.