Skip to content

Commit c92bd47

Browse files
committed
fix: Add types in package.json
1 parent d0238b2 commit c92bd47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"module": "dist/vue-announcer.esm.js",
77
"browser": "dist/vue-announcer.esm.js",
88
"unpkg": "dist/vue-announcer.min.js",
9+
"types": "index.d.ts",
910
"scripts": {
1011
"dev": "rollup --config rollup.config.dev.js --watch",
1112
"build": "npm run build:ssr & npm run build:es & npm run build:unpkg",

0 commit comments

Comments
 (0)