Commit eda7a05
fix: remove Phaser typeRoots/types from tsconfig for CI compatibility
The Phaser types are resolved through the module import system, not
through TypeScript's typeRoots. The explicit types: ["Phaser"] config
caused build failures in CI where the type resolution path differs.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6f126df commit eda7a05
1 file changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 19 | + | |
27 | 20 | | |
28 | 21 | | |
29 | 22 | | |
| |||
0 commit comments