Skip to content

Commit 0930dcd

Browse files
committed
fix(ts): added typings export in package.json
1 parent db4a30b commit 0930dcd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"import": "./dist/vue-patternfly.es.js",
1111
"require": "./dist/vue-patternfly.umd.js"
1212
},
13+
"./typings/global": {
14+
"types": "./typings/global.d.ts"
15+
},
1316
"./vue-patternfly.css": "./dist/vue-patternfly.css"
1417
},
1518
"directories": {

0 commit comments

Comments
 (0)