Explorar el Código

build: fix tsconfig

vian hace 5 años
padre
commit
1c189064ae
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tsconfig.json

+ 2 - 2
tsconfig.json

@@ -1,7 +1,7 @@
 {
   "compilerOptions": {
-    "target": "ES2017",
-    "module": "commonjs",
+    "target": "ESNext",
+    "module": "ESNext",
     "declaration": true,
     "outDir": "./",
     "strict": true