aboutsummaryrefslogtreecommitdiffstats
path: root/helpers/tsconfig.json
diff options
context:
space:
mode:
authorMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-04-10 01:06:09 +0200
committerMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-04-10 01:06:09 +0200
commitdd66b8ad239d5ceae219746a702963645259b784 (patch)
tree47462463911a018a31cd1ede3d8206fd96032b99 /helpers/tsconfig.json
parentd928eab3ecefbf778f1cadece9beac010dc42332 (diff)
downloadfia-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.json12
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