Skip to content

Commit 1f513e2

Browse files
authored
fix: dts path (#398)
1 parent 0770f86 commit 1f513e2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"funding": "https://github.com/sponsors/antfu",
1515
"main": "dist/index.js",
1616
"module": "dist/index.mjs",
17-
"types": "dist/index.d.ts",
17+
"types": "index.d.ts",
1818
"exports": {
1919
".": {
2020
"require": "./dist/index.js",
@@ -51,8 +51,7 @@
5151
}
5252
},
5353
"files": [
54-
"dist",
55-
"*.d.ts"
54+
"dist"
5655
],
5756
"typesVersions": {
5857
"*": {

0 commit comments

Comments
 (0)