Skip to content

Commit 4d90b13

Browse files
authored
fix(isolatedModules): Remove redundant isolatedModules (#14)
1 parent 263026a commit 4d90b13

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
"noImplicitThis": true,
2828
"strict": true,
2929

30-
// Required in Vite
31-
"isolatedModules": true,
32-
3330
// <https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#verbatimmodulesyntax>
3431
// Any imports or exports without a type modifier are left around. This is important for `<script setup>`.
3532
// Anything that uses the type modifier is dropped entirely.

0 commit comments

Comments
 (0)