diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-03-04 12:55:57 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2023-03-04 12:55:57 +0100 |
| commit | ff36a76f4f4be8c92a47f42f382b9b8ecddcc4a4 (patch) | |
| tree | 6ffea73c4d0bc5c998288530306d62f94aaa3c8f /tsconfig.json | |
| parent | cec0754edd5a3e79b1fd51083a1674cceaec1bc5 (diff) | |
update shitty packages except glob
because glob doesn't fucking work anymore after the update
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
