diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-21 22:30:08 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-03-21 22:30:08 +0100 |
| commit | 77eabb9fe2ac287719452607f2bd4ac3573ee54b (patch) | |
| tree | 76593c92a8964548c162b3de4baaf5176d6ba499 /tsconfig.json | |
| parent | ef69cb63da031129db046d9b5f1f5b9feb57ee34 (diff) | |
move master.js to typescript
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 8 |
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 |
