Skip to content

Commit cf5c4f3

Browse files
committed
fix(ts-7016): types field is missing in package.json
1 parent 2402943 commit cf5c4f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
"devDependencies": {
3434
"@types/node": "^22.13.16",
3535
"typescript": "^5.8.2"
36-
}
36+
},
37+
"types": "index.d.ts"
3738
}

0 commit comments

Comments
 (0)