Skip to content

Commit e3d5cf0

Browse files
committed
fix: add type fallback for all TS versions
1 parent c92002e commit e3d5cf0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,13 @@
3838
"./*": "./*"
3939
},
4040
"typesVersions": {
41-
"<=4.9": {
41+
"*": {
4242
"*": [
4343
"./dist/*",
4444
"./*"
45+
],
46+
"polyfill": [
47+
"./dist/index.d.ts"
4548
]
4649
}
4750
},

0 commit comments

Comments
 (0)