Commit c0a3604
committed
fix(build): use testPathIgnorePatterns for dist exclusion
Move the 'dist' pattern from modulePathIgnorePatterns (which blocks
module resolution) to testPathIgnorePatterns (which only affects test
discovery). Disable ts-jest diagnostics since it does not support
composite project references — tsc -b is the source of truth for
type checking.1 parent 9d324ac commit c0a3604
1 file changed
Lines changed: 15 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 21 | + | |
| 22 | + | |
26 | 23 | | |
27 | 24 | | |
28 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
29 | 39 | | |
0 commit comments