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 468f4d7 commit b7fccf3Copy full SHA for b7fccf3
package.json
@@ -24,6 +24,7 @@
24
"module": "./dist/vue-tri-state-checkbox.js",
25
"exports": {
26
".": {
27
+ "types": "./dist/index.d.ts",
28
"import": "./dist/vue-tri-state-checkbox.js",
29
"require": "./dist/vue-tri-state-checkbox.umd.cjs"
30
},
@@ -32,7 +33,6 @@
32
33
"require": "./dist/style.css"
34
}
35
- "types": "./dist/index.d.ts",
36
"scripts": {
37
"dev": "vite",
38
"build": "vue-tsc && vite build",
0 commit comments