We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263026a commit 4d90b13Copy full SHA for 4d90b13
tsconfig.json
@@ -27,9 +27,6 @@
27
"noImplicitThis": true,
28
"strict": true,
29
30
- // Required in Vite
31
- "isolatedModules": true,
32
-
33
// <https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#verbatimmodulesyntax>
34
// Any imports or exports without a type modifier are left around. This is important for `<script setup>`.
35
// Anything that uses the type modifier is dropped entirely.
0 commit comments