Skip to content

Commit a2592d9

Browse files
committed
使用正确的TypeScript编译选项
1 parent 8d478ac commit a2592d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"build": "tsc -b --no-error && vite build",
8+
"build": "tsc -b --noEmitOnError false && vite build",
99
"lint": "eslint .",
1010
"preview": "vite preview",
1111
"predeploy": "npm run build",

0 commit comments

Comments
 (0)