Skip to content

Commit b54c9c5

Browse files
committed
fix: types src folder
1 parent 6f0c8ac commit b54c9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"./style.css": "./dist/style.css"
1616
},
17-
"types": "./dist/index.d.ts",
17+
"types": "./dist/src/index.d.ts",
1818
"scripts": {
1919
"dev": "vite",
2020
"build": "vue-tsc --declaration --emitDeclarationOnly && vite build",

0 commit comments

Comments
 (0)