Skip to content

Commit c8a0046

Browse files
skulidropekclaude
andcommitted
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

File tree

packages/app/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
],
2929
"exclude": [
3030
"dist",
31-
"node_modules"
31+
"node_modules",
32+
"tests/consumer"
3233
]
3334
}

0 commit comments

Comments
 (0)