aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-03-04 12:55:57 +0100
committerstonedDiscord <Tukz@gmx.de>2023-03-04 12:55:57 +0100
commitff36a76f4f4be8c92a47f42f382b9b8ecddcc4a4 (patch)
tree6ffea73c4d0bc5c998288530306d62f94aaa3c8f /tsconfig.json
parentcec0754edd5a3e79b1fd51083a1674cceaec1bc5 (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.json2
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