Skip to content

Commit 4fe0076

Browse files
committed
Update package.json.
1 parent 184c288 commit 4fe0076

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "tsds",
3-
"module": "dist/tsds.mjs",
3+
"type": "module",
4+
"main": "dist/tsds.mjs",
45
"types": "dist/tsds.d.mts",
56
"files": [
67
"dist/ds.mjs",

0 commit comments

Comments
 (0)