Commit dcb19b6
fix: add ignoreDeprecations to docs and studio app tsconfigs
Both apps/docs and apps/studio use baseUrl in their tsconfig.json
but don't extend the root tsconfig, so they need ignoreDeprecations: "6.0"
added directly to suppress the TS5101 baseUrl deprecation error.
Agent-Logs-Url: https://github.com/objectstack-ai/spec/sessions/5434651c-ffcc-4a00-9f15-7b715d4cb4ed
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 3d6e12a commit dcb19b6
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments