Skip to content

Commit

Permalink
Merge pull request #79 from nglrx/develop-0.9.1
Browse files Browse the repository at this point in the history
Changed compilation mode to partial
  • Loading branch information
kneurgao authored Jul 8, 2023
2 parents 28ffd97 + 6d2c74c commit eab79f3
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 eab79f3

Please sign in to comment.