Commit 2133caa
fix: add test/tsconfig.json so IDE resolves path aliases in test files
Keep src/ isolated in the root tsconfig to prevent accidental imports
of test-only exports into source code. The test tsconfig extends root
and covers both src/ and test/ — VS Code/Zed pick it up automatically
for any file under test/.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d001c15 commit 2133caa
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
0 commit comments