Commit bfba0f8
committed
Silence TS 6.0 baseUrl deprecation triggered by tsup's dts build
tsup 8.5.1 unconditionally injects `baseUrl: "."` into its rollup-plugin-dts
invocation, which trips TS5101 under TypeScript 6.0. There's no upstream fix
yet, so opt into TypeScript's own escape hatch until tsup catches up.1 parent 4529908 commit bfba0f8
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
0 commit comments