aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/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 /frontend/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 'frontend/tsconfig.json')
-rw-r--r--frontend/tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json
index 0d131bd..1b796a0 100644
--- a/frontend/tsconfig.json
+++ b/frontend/tsconfig.json
@@ -1,11 +1,11 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
- "module": "ES2020",
+ "module": "esnext",
"lib": [
"DOM"
],
- "outDir": "../public/js"
+ "outDir": "../public/js",
},
"include": [
"ts/**/*"