server: build: target es2019 to restore support for Node 12

Bug: #44
This commit is contained in:
Clément W
2020-10-04 18:55:26 +02:00
committed by Jesse Chan
parent cedc66e0c7
commit 90dfdf0af8
+1
View File
@@ -1,6 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "es2019",
"module": "commonjs",
"noEmit": false,
"sourceMap": false,