浏览代码

build: fix tsconfig

vian 5 年之前
父节点
当前提交
1c189064ae
共有 1 个文件被更改,包括 2 次插入2 次删除
  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