mirror of
https://github.com/GeorgeSG/v0.gar.dev
synced 2025-12-28 21:30:29 +00:00
fix typescript build
This commit is contained in:
@@ -34,7 +34,7 @@ class AI {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private getPossibleMoves(game: Game): Game[] {
|
private getPossibleMoves(game: Game): Game[] {
|
||||||
const moves = [];
|
const moves: Game[] = [];
|
||||||
let move: Game;
|
let move: Game;
|
||||||
|
|
||||||
for (let i = 0; i < 3; i++) {
|
for (let i = 0; i < 3; i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user