build: vscode auto compile

This commit is contained in:
xiaojunnuo
2025-10-07 21:45:09 +08:00
parent 5a4d812146
commit f0eabd4ea0
8 changed files with 16 additions and 8 deletions
+2 -1
View File
@@ -17,7 +17,8 @@
"lint": "mwts check",
"lint:fix": "mwts fix",
"prepublish": "npm run build",
"pub": "npm publish"
"pub": "npm publish",
"compile": "tsc --skipLibCheck --watch"
},
"keywords": [],
"author": "greper",