Commit 7860c22
fix(cdk): enable isolatedModules for 18% faster Jest execution
ts-jest transpiles each file independently when isolatedModules is true,
skipping the full type-graph build. Type checking still runs separately
via `mise //cdk:compile`.
Before: 279.68s Jest / 4:40 wall
After: 229.90s Jest / 3:50 wall (~18% reduction)
Closes #194
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 04a65a3 commit 7860c22
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments