We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb0165 commit 5200afdCopy full SHA for 5200afd
package.json
@@ -34,12 +34,12 @@
34
"@types/node": "*",
35
"@types/react": "*",
36
"@types/react-dom": "*",
37
- "@vitejs/plugin-react": "^4.2.0",
+ "@vitejs/plugin-react": "^4.3.4",
38
"husky": "^9.0.0",
39
"typescript": "^5.5.2",
40
"typescript-plugin-css-modules": "^5.0.0",
41
- "vite": "^5.0.0",
42
- "vite-plugin-simple-html": "^0.1.0"
+ "vite": "^6.0.0",
+ "vite-plugin-simple-html": "^0.2.0"
43
},
44
"repository": {
45
"type": "git",
tsconfig.json
@@ -15,8 +15,7 @@
15
"resolveJsonModule": true,
16
"skipLibCheck": true,
17
"strict": true,
18
- "target": "esnext",
19
- "verbatimModuleSyntax": true
+ "target": "esnext"
20
21
"include": ["."],
22
"exclude": ["node_modules"]
0 commit comments