Commit 8002cc0
committed
chore(core,sdk): make the ai-v7 typecheck pass deterministic
The forward-compat ai-v7 typecheck pass ran under composite: true, so it wrote
incremental buildinfo even with --noEmit. Disabling composite/incremental for
this -p tsconfig.ai-v7.json pass removes a stale-state source that can surface
as spurious CommonJS-vs-ESM (TS1479) errors on the bare "ai" import.1 parent 1466a15 commit 8002cc0
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
0 commit comments