🐛 Fix: server may never start

This commit is contained in:
Molunerfinn
2020-01-08 10:57:19 +08:00
parent 5f2b7c7802
commit 73870a5326
3 changed files with 24 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "esnext",
"target": "es2020",
"module": "esnext",
"strict": true,
"jsx": "preserve",