feat: 修改打包方式

This commit is contained in:
2024-11-02 22:23:06 +08:00
parent c462dc31f8
commit df737e5f27
3 changed files with 34 additions and 22 deletions

View File

@@ -11,7 +11,7 @@
"typeRoots": [
"node_modules/@types",
],
"declaration": true,
"declaration": false,
"noEmit": true,
"allowImportingTsExtensions": true,
"moduleResolution": "NodeNext",