Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa39ef4

Browse files
committed
chore: switch to using typesVersions field
1 parent cbfdcb2 commit aa39ef4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@
1414
".": "./dist/module.mjs"
1515
},
1616
"main": "./dist/module.mjs",
17-
"types": "./dist/module.d.mts",
17+
"typesVersions": {
18+
"*": {
19+
".": [
20+
"./dist/module.d.mts"
21+
]
22+
}
23+
},
1824
"files": [
1925
"dist"
2026
],

0 commit comments

Comments
 (0)