chore: node 16

This commit is contained in:
xiaojunnuo
2023-05-26 00:10:34 +08:00
parent 60921d9adf
commit 5bd042d9bc
9 changed files with 31 additions and 20 deletions

View File

@@ -7,8 +7,8 @@
"types": "./src/index.ts",
"publishConfig": {
"main": "./dist/bundle.js",
"module": "./dist/plugin-tencent.mjs",
"types": "./dist/es/plugin-tencent.d.ts"
"module": "./dist/bundle.mjs",
"types": "./dist/d/index.d.ts"
},
"scripts": {
"dev": "vite",