Skip to content

Commit b4af05a

Browse files
committed
chore: switch to using typesVersions field
1 parent 2a01a7e commit b4af05a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
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)