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 22e99cc commit 9fb4aa7Copy full SHA for 9fb4aa7
package.json
@@ -6,6 +6,7 @@
6
"browser": "dist/vue-dark-mode.esm.js",
7
"module": "dist/vue-dark-mode.esm.js",
8
"unpkg": "dist/vue-dark-mode.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