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 4b31c3c commit 3a847deCopy full SHA for 3a847de
2 files changed
package.json
@@ -27,7 +27,7 @@
27
}
28
},
29
"peerDependencies": {
30
- "vite": "^6.0.0"
+ "vite": "^6.0.0 || ^8.0.0"
31
32
"devDependencies": {
33
"@nette/eslint-plugin": "^0.1.2",
@@ -36,7 +36,8 @@
36
"mocha": "^11.2.2",
37
"tsx": "^4.19.4",
38
"typescript": "^5.8.3",
39
- "typescript-eslint": "^8.32.1"
+ "typescript-eslint": "^8.32.1",
40
+ "vite": "^6.4.1"
41
42
"scripts": {
43
"build": "tsc",
tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
"target": "ES2020",
4
"module": "ESNext",
5
- "moduleResolution": "node",
+ "moduleResolution": "bundler",
6
"esModuleInterop": true,
7
"allowSyntheticDefaultImports": true,
8
"strict": true,
0 commit comments