From 8fdd7f8a2f6dcced47ba56c7d3732b1ff3919d57 Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Tue, 6 May 2025 16:20:49 -0400 Subject: [PATCH] fix --- tests/util/Setup.ts | 2 ++ tsconfig.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/util/Setup.ts b/tests/util/Setup.ts index 271bae4b0..ea7474fc1 100644 --- a/tests/util/Setup.ts +++ b/tests/util/Setup.ts @@ -3,6 +3,8 @@ import path from "path"; import { Difficulty, Game, + GameMapType, + GameMode, GameType, PlayerInfo, PlayerType, diff --git a/tsconfig.json b/tsconfig.json index 453dd22a5..e3fa49e53 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,7 @@ "esModuleInterop": true, "experimentalDecorators": true, "resolveJsonModule": true, - "strictNullChecks": true, + // "strictNullChecks": true, "useDefineForClassFields": false }, "include": [