Skip to content

Commit 641877e

Browse files
committed
fix: point typescript to correct declaration file
1 parent cc70839 commit 641877e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"license": "MIT",
1414
"exports": {
1515
".": {
16-
"import": "./dist/vueclid.js",
16+
"import": {
17+
"types": "./dist/index.d.ts",
18+
"default": "./dist/vueclid.js"
19+
},
1720
"require": "./dist/vueclid.umd.cjs"
1821
}
1922
},

0 commit comments

Comments
 (0)