Skip to content

Commit 73f97f3

Browse files
committed
fix: update typesVersions
1 parent 23b5dda commit 73f97f3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
},
2626
"typesVersions": {
2727
"*": {
28-
"*": [
29-
"./dist/index.d.ts",
30-
"./dist/*/index.d.ts"
28+
"next": [
29+
"./dist/next/index.d.ts"
3130
]
3231
}
3332
},

0 commit comments

Comments
 (0)