Commit 5dfbc30
committed
chore(deps): bump typescript ^5.4.0 → ^6.0
TS 6.0 is the cleanup release before TS 7 (deprecations become errors).
- typecheck (`tsc --noEmit`) passes clean.
- Added `ignoreDeprecations: "6.0"` to tsconfig because tsup's DTS build injects
`baseUrl` (deprecated in 6.0, removed in 7.0) — without it, `tsup --dts` errors and
ships no .d.ts files. This is the TS-team-recommended interim silencer; revisit when
tsup stops injecting baseUrl.
- Full build (ESM + CJS + DTS) and typecheck both green.1 parent ceef747 commit 5dfbc30
3 files changed
Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments