Forráskód Böngészése

build: fix tsconfig

vian 5 éve
szülő
commit
1c189064ae
1 módosított fájl, 2 hozzáadás és 2 törlés
  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