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 4be50d9 commit e7ab9e6Copy full SHA for e7ab9e6
package.json
@@ -27,11 +27,10 @@
27
"scripts": {
28
"dev": "vite",
29
"prod": "vite --host 0.0.0.0",
30
- "build": "tsc && vite build",
+ "build": "vite build",
31
"lint": "eslint --fix src",
32
"lint-check": "eslint src",
33
"type-check": "tsc",
34
- "preview": "vite preview",
35
"prettier": "prettier 'src' 'public' --write --list-different",
36
"prettier-check": "prettier 'src' 'public' --check",
37
"pre-commit-install": "husky"
tsconfig.json
@@ -22,10 +22,7 @@
22
"jsx": "react-jsx"
23
},
24
"include": [
25
- "./src/**/*.ts",
26
- "./src/**/*.d.ts",
- "./src/**/*.tsx",
- "./src/**/*.d.tsx",
- "./vite.config.ts"
+ "src",
+ "./vite.config.mts"
]
}
vite.config.ts vite.config.mtsvite.config.ts renamed to vite.config.mts
0 commit comments