Skip to content

Commit fd72909

Browse files
committed
feat: update postinstall script
1 parent 8867aef commit fd72909

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/postinstall.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ function switchVersion() {
1717
module: `${distDir}/vue-tree.mjs`,
1818
exports: {
1919
'.': {
20+
types: './types/index.d.ts',
2021
import: `${distDir}/vue-tree.mjs`,
2122
require: `${distDir}/vue-tree.umd.js`
2223
},

0 commit comments

Comments
 (0)