diff options
| author | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-04-10 01:06:09 +0200 |
|---|---|---|
| committer | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-04-10 01:06:09 +0200 |
| commit | dd66b8ad239d5ceae219746a702963645259b784 (patch) | |
| tree | 47462463911a018a31cd1ede3d8206fd96032b99 /helpers/tsconfig.json | |
| parent | d928eab3ecefbf778f1cadece9beac010dc42332 (diff) | |
| download | fia-dd66b8ad239d5ceae219746a702963645259b784.tar.gz fia-dd66b8ad239d5ceae219746a702963645259b784.tar.zst fia-dd66b8ad239d5ceae219746a702963645259b784.zip | |
Added joining rooms and logic to start game by votes
Diffstat (limited to 'helpers/tsconfig.json')
| -rw-r--r-- | helpers/tsconfig.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/helpers/tsconfig.json b/helpers/tsconfig.json new file mode 100644 index 0000000..21a1541 --- /dev/null +++ b/helpers/tsconfig.json @@ -0,0 +1,12 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "module": "esnext", + "lib": [ + "DOM" + ], + }, + "include": [ + "*" + ] +}
\ No newline at end of file |
