We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0238b2 commit c92bd47Copy full SHA for c92bd47
package.json
@@ -6,6 +6,7 @@
6
"module": "dist/vue-announcer.esm.js",
7
"browser": "dist/vue-announcer.esm.js",
8
"unpkg": "dist/vue-announcer.min.js",
9
+ "types": "index.d.ts",
10
"scripts": {
11
"dev": "rollup --config rollup.config.dev.js --watch",
12
"build": "npm run build:ssr & npm run build:es & npm run build:unpkg",
0 commit comments