Skip to content

Commit

Permalink
config: add comment explaining redudant option
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Jul 25, 2023
1 parent c910d41 commit a956e4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/astro/tsconfigs/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// Enforce the usage of type-only imports when needed, which helps avoiding bundling issues.
"verbatimModuleSyntax": true,
// Ensure that each file can be transpiled without relying on other imports.
// This is redundant with the previous option, however it ensures that it's on even if someone disable `verbatimModuleSyntax`
"isolatedModules": true,
// Astro directly run TypeScript code, no transpilation needed.
"noEmit": true,
Expand Down

0 comments on commit a956e4e

Please sign in to comment.