Skip to content

Commit 2ad91fb

Browse files
committed
fix: add typesVersions for TS <= 4.9
1 parent 63e3313 commit 2ad91fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@
5757
},
5858
"./*": "./*"
5959
},
60+
"typesVersions": {
61+
"<=4.9": {
62+
"*": [
63+
"./dist/*",
64+
"./*"
65+
]
66+
}
67+
},
6068
"scripts": {
6169
"test": "vitest",
6270
"dev": "tsup --watch",

0 commit comments

Comments
 (0)