From dd66b8ad239d5ceae219746a702963645259b784 Mon Sep 17 00:00:00 2001 From: Maks Jopek Date: Sat, 10 Apr 2021 01:06:09 +0200 Subject: Added joining rooms and logic to start game by votes --- helpers/tsconfig.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 helpers/tsconfig.json (limited to 'helpers/tsconfig.json') 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 -- cgit v1.3.1