Commit c8a0046
fix(tsconfig): exclude tests/consumer from main typecheck
tests/consumer has its own tsconfig.json with paths mapping for
@prover-coder-ai/openapi-effect. Including it in the main tsc --noEmit
causes TS2307 since the package isn't resolved in the monorepo context.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent fff5520 commit c8a0046
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
0 commit comments