Skip to content

Commit af7c3a4

Browse files
committed
fix(ts): added types for main import in package.json
1 parent 0930dcd commit af7c3a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"exports": {
99
".": {
1010
"import": "./dist/vue-patternfly.es.js",
11-
"require": "./dist/vue-patternfly.umd.js"
11+
"require": "./dist/vue-patternfly.umd.js",
12+
"types": "./dist/types/index.d.ts"
1213
},
1314
"./typings/global": {
1415
"types": "./typings/global.d.ts"

0 commit comments

Comments
 (0)