Skip to content

Commit 95a1d06

Browse files
committed
fix: add type fallback for all TS versions
1 parent 695ebb4 commit 95a1d06

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
@@ -55,7 +55,7 @@
5555
"./*": "./*"
5656
},
5757
"typesVersions": {
58-
"<=4.9": {
58+
"*": {
5959
"*": [
6060
"./dist/*",
6161
"./*"

0 commit comments

Comments
 (0)