Add isolatedModules: true to every tsconfig.json https://vitejs.dev/guide/features.html#typescript-compiler-options
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
"esModuleInterop": true,
|
||||
"jsx": "preserve",
|
||||
"jsxImportSource": "solid-js",
|
||||
"types": ["vite/client"]
|
||||
"types": ["vite/client"],
|
||||
"isolatedModules": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user