We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4722873 + 65579f9 commit c75ad57Copy full SHA for c75ad57
tsconfig.node.json
@@ -0,0 +1,9 @@
1
+{
2
+ "compilerOptions": {
3
+ "composite": true,
4
+ "module": "ESNext",
5
+ "moduleResolution": "Node",
6
+ "allowSyntheticDefaultImports": true
7
+ },
8
+ "include": ["vite.config.ts"]
9
+}
0 commit comments