We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acd94c commit 2e3871dCopy full SHA for 2e3871d
1 file changed
jsconfig.js
@@ -0,0 +1,17 @@
1
+{
2
+ "include": ["src", "vite.config.js"],
3
+ "compilerOptions": {
4
+ "moduleResolution": "node",
5
+ "skipDefaultLibCheck": true,
6
+ "skipLibCheck": true,
7
+ "allowJs": false,
8
+ "checkJs": false,
9
+ "types": ["vite/client"],
10
+ "removeComments": true,
11
+ "strict": true,
12
+ "declaration": true,
13
+ "esModuleInterop": true,
14
+ "target": "esnext",
15
+ "module": "esnext"
16
+ }
17
+}
0 commit comments