From ff36a76f4f4be8c92a47f42f382b9b8ecddcc4a4 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 4 Mar 2023 12:55:57 +0100 Subject: update shitty packages except glob because glob doesn't fucking work anymore after the update --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 7f8928e..74e15ac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,5 +8,5 @@ "strictNullChecks": false, //document.getElementBy "downlevelIteration": true }, - "include": ["./webAO/*", "webAO/viewport/viewport.ts"] + "include": ["./webAO/*", "./webAO/viewport/viewport.ts"] } \ No newline at end of file -- cgit