Skip to content

Commit ba8d291

Browse files
angeloashmoreclaude
andcommitted
fix: remove CTS types entry from package.json
The types field pointed to a CJS declaration file that is no longer generated after the ESM-only switch. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 321fb7b commit ba8d291

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"bin"
2222
],
2323
"type": "module",
24-
"types": "./dist/index.d.cts",
2524
"exports": {
2625
".": "./dist/index.mjs",
2726
"./package.json": "./package.json"

0 commit comments

Comments
 (0)