- Use next/dynamic with ssr:false for Phaser game page - Change tsconfig target to ES2022 for BigInt support - Replace Phaser default imports with namespace imports - Fix ArenaScene button logic using phase state machine - Remove invalid add:false from Phaser graphics config - Fix MatchState commitDeadline type Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
6 lines
262 B
TypeScript
6 lines
262 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
/// <reference path="./.next/types/routes.d.ts" />
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|