Skip to content

Commit e7d7501

Browse files
committed
Add temporary workaround for TS2306
1 parent 4486664 commit e7d7501

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

game/scripts/vscripts/addon_game_mode.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Temporary workaround for https://github.com/microsoft/TypeScript/issues/35973
2+
// @ts-ignore
13
import "./lib/timers";
24
import { GameMode } from "./GameMode";
35

0 commit comments

Comments
 (0)