diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-21 23:08:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-21 23:08:25 +0100 |
| commit | f4b708599b71b6e96e86eabd4099dd61f669b4bf (patch) | |
| tree | 476293eda9c405b603f0710bfa4e53222a9706f0 /tsconfig.json | |
| parent | 30856f8a128cdee4e16edfd2de36aa5fb2febe8f (diff) | |
| parent | b9c3d8bb84da0a3d3e7c3c10a39cbcede24d7047 (diff) | |
Merge pull request #125 from AttorneyOnline/typescript
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 |
