aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-03-21 23:08:25 +0100
committerGitHub <noreply@github.com>2022-03-21 23:08:25 +0100
commitf4b708599b71b6e96e86eabd4099dd61f669b4bf (patch)
tree476293eda9c405b603f0710bfa4e53222a9706f0 /tsconfig.json
parent30856f8a128cdee4e16edfd2de36aa5fb2febe8f (diff)
parentb9c3d8bb84da0a3d3e7c3c10a39cbcede24d7047 (diff)
Merge pull request #125 from AttorneyOnline/typescript
Typescript
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..6e4fb21
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,8 @@
+{
+ "compilerOptions": {
+ "outDir": "./dist",
+ "allowJs": true,
+ "target": "es5"
+ },
+ "include": ["./webAO/*"]
+} \ No newline at end of file