We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2aa51a commit 3bb0c1eCopy full SHA for 3bb0c1e
tsconfig.node.json
@@ -8,5 +8,5 @@
8
"resolveJsonModule": true,
9
"allowSyntheticDefaultImports": true
10
},
11
- "include": ["package.json", "src/main/**/*.ts", "src/main/**/*.d.ts"]
+ "include": ["package.json", "vite.config.ts", "src/main/**/*.ts", "src/main/**/*.d.ts"]
12
}
0 commit comments