Bläddra i källkod

build: 变更tsconfig

vian 5 år sedan
förälder
incheckning
2f1c64c377
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      tsconfig.json

+ 2 - 2
tsconfig.json

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