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

View File

@@ -52,7 +52,8 @@
"lint-types": "tsd",
"prepublishOnly": "npm run build-docs",
"test": "mocha -t 60000 \"test/setup.js\" \"test/**/*.spec.js\"",
"pub": "npm publish"
"pub": "npm publish",
"compile": "tsc --skipLibCheck --watch"
},
"repository": {
"type": "git",