Commit c8d8f5e
fix(libs): make the type-tests targets runnable again
All three failed on main for two inherited reasons: TS 6 errors on the
baseUrl deprecation from tsconfig.base.json, and the per-library rootDir
excludes the sibling sources that type-specs import through path mappings.
Both are scoped to the type-tests configs — putting ignoreDeprecations in
tsconfig.base.json breaks the library builds, whose compiler rejects the
option with TS5103.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 758f624 commit c8d8f5e
3 files changed
Lines changed: 18 additions & 0 deletions
File tree
- libs
- ag-ui
- chat
- langgraph
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
6 | 12 | | |
7 | 13 | | |
8 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
0 commit comments