Commit 88015df
committed
fix(docs): drop deprecated
TypeScript 6.0 marks `baseUrl` as deprecated, which Vitest's typecheck
turns into a hard CI failure. The docs `paths` already use relative
`./` notation, so removing `baseUrl` is a no-op for resolution.
The landmine sat dormant until commit e58ea4d added the first
`*.test.ts` under `packages/docs/`, which caused Vitest to actually
load the docs `tsconfig.test.json` for typechecking on every run.baseUrl from tsconfig1 parent 02c2baf commit 88015df
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
0 commit comments