Skip to content

Commit 946dd4c

Browse files
authored
Merge pull request #11 from Hephaest/bugfix/declaration-not-found
fix(ts-7016): types field is missing in package.json
2 parents 2402943 + cf5c4f3 commit 946dd4c

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)