Skip to content

Commit eda7a05

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

File tree

tsconfig.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,7 @@
1616
"noUnusedParameters": true,
1717
"jsx": "react",
1818
"jsxFactory": "h",
19-
"skipLibCheck": true,
20-
"typeRoots": [
21-
"./node_modules/@types",
22-
"./node_modules/phaser/types"
23-
],
24-
"types": [
25-
"Phaser"
26-
]
19+
"skipLibCheck": true
2720
},
2821
"include": [
2922
"src",

0 commit comments

Comments
 (0)