Skip to content

Commit 69fe08c

Browse files
authored
fix(dts): generate types with tsgo (#42)
1 parent 049fe65 commit 69fe08c

4 files changed

Lines changed: 458 additions & 127 deletions

File tree

.changeset/dts-tsgo.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
'@bomb.sh/tools': patch
3+
---
4+
Fixes declaration file generation so that building with `--dts` now emits `.d.ts` files via `tsgo`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363
"@bomb.sh/args": "^0.3.1",
6464
"@humanfs/node": "^0.16.7",
6565
"@humanfs/types": "^0.15.0",
66-
"@typescript/native-preview": "7.0.0-dev.20260427.1",
66+
"@typescript/native-preview": "7.0.0-dev.20260623.1",
6767
"knip": "^6.9.0",
6868
"oxfmt": "^0.47.0",
6969
"oxlint": "^1.62.0",
7070
"publint": "^0.3.18",
7171
"tinyexec": "^1.1.1",
72-
"tsdown": "^0.21.10",
72+
"tsdown": "^0.22.3",
7373
"ultramatter": "^0.0.4",
7474
"vitest": "^4.1.2",
7575
"vitest-ansi-serializer": "^0.2.1"

0 commit comments

Comments
 (0)