aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-03-23 22:26:33 +0100
committerstonedDiscord <Tukz@gmx.de>2022-03-23 22:26:33 +0100
commit06ee582c4adefdb35220c63ee4a30444474e9388 (patch)
treedb90fc0814013d7c43029f1094cf6f8afffe67e5 /tsconfig.json
parentcd3f7eda8f8a9c407b7750a374e8a40c52c2d881 (diff)
parent30b4e3e8c84ce3f980fe895d4c64800fc7f00ece (diff)
Merge branch 'master' into coolloading
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..c2f6882
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,9 @@
+{
+ "compilerOptions": {
+ "outDir": "./dist",
+ "allowJs": true,
+ "target": "es5",
+ "downlevelIteration": true
+ },
+ "include": ["./webAO/*"]
+} \ No newline at end of file