修复typescript编译时问题

This commit is contained in:
2025-03-11 11:34:05 +08:00
parent 524dcaecbd
commit 232d480ca0
6 changed files with 79 additions and 50 deletions

View File

@ -1,8 +1,10 @@
{
"name": "@yizhi/ai",
"version": "1.0.1",
"main": "index.js",
"version": "1.0.3",
"main": "dist/index.js",
"types": "typing/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w --inlineSourceMap"
},
"keywords": [],
@ -16,4 +18,4 @@
"node-addon-api": "^8.3.1",
"unbzip2-stream": "^1.4.3"
}
}
}