Skip to content

Commit 100b7d0

Browse files
fix: add typesVersions for legacy resolution support (#1179)
1 parent 0cd35ac commit 100b7d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/core/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
3232
"main": "./dist/index.mjs",
3333
"module": "./dist/index.mjs",
3434
"types": "./dist/index.d.mts",
35+
"typesVersions": {
36+
"*": {
37+
"types": [
38+
"./dist/types.d.mts"
39+
]
40+
}
41+
},
3542
"files": [
3643
"dist"
3744
],

0 commit comments

Comments
 (0)