Skip to content

Commit

Permalink
fix(isolatedModules): Remove redundant isolatedModules (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupas committed May 12, 2023
1 parent 263026a commit 4d90b13
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tsconfig.json
Expand Up @@ -27,9 +27,6 @@
"noImplicitThis": true,
"strict": true,

// Required in Vite
"isolatedModules": true,

// <https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#verbatimmodulesyntax>
// Any imports or exports without a type modifier are left around. This is important for `<script setup>`.
// Anything that uses the type modifier is dropped entirely.
Expand Down

0 comments on commit 4d90b13

Please sign in to comment.