Skip to content

Commit

Permalink
Enable isolatedModules #10746
Browse files Browse the repository at this point in the history
will enable compilation speed boost after we remove `useDefineForClassFields`
  • Loading branch information
PowerKiKi committed Oct 3, 2024
1 parent 6780d18 commit 20cc5bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"isolatedModules": true,
"sourceMap": true,
"declaration": false,
"experimentalDecorators": true,
Expand All @@ -18,8 +20,7 @@
"module": "ES2022",
"lib": ["ES2022", "dom"],
"noImplicitOverride": true,
"useDefineForClassFields": false,
"skipLibCheck": true
"useDefineForClassFields": false
},
"angularCompilerOptions": {
"strictInjectionParameters": true,
Expand Down

0 comments on commit 20cc5bb

Please sign in to comment.