Skip to content

Commit 2e3871d

Browse files
authored
Create jsconfig.js
1 parent 5acd94c commit 2e3871d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

jsconfig.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)