We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TS2306
1 parent 4486664 commit e7d7501Copy full SHA for e7d7501
1 file changed
game/scripts/vscripts/addon_game_mode.ts
@@ -1,3 +1,5 @@
1
+// Temporary workaround for https://github.com/microsoft/TypeScript/issues/35973
2
+// @ts-ignore
3
import "./lib/timers";
4
import { GameMode } from "./GameMode";
5
0 commit comments