Skip to content

Commit

Permalink
feat(@schematics/angular): use isolatedModules in generated project
Browse files Browse the repository at this point in the history
As 3acb776 introduced an optimization for projects that use `isolatedModules`,
this commit makes projects generated with `ng new` use this option by default.
  • Loading branch information
cexbrayat authored and alan-agius4 committed Jul 8, 2024
1 parent 1fb446e commit 4da922e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,<% } %>
"skipLibCheck": true,
"isolatedModules": true,
"esModuleInterop": true,
"sourceMap": true,
"declaration": false,
Expand Down

0 comments on commit 4da922e

Please sign in to comment.