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 committed Jul 3, 2024
1 parent 2fc0dc6 commit 16caf62
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 16caf62

Please sign in to comment.