瀏覽代碼

support optional chaining

Yuki Takei 4 年之前
父節點
當前提交
99fd5ad853
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tsconfig.base.json

+ 1 - 1
tsconfig.base.json

@@ -1,6 +1,6 @@
 {
   "compilerOptions": {
-    "target": "esnext",
+    "target": "es2019",
     "module": "commonjs",
     "allowJs": true,
     "skipLibCheck": true,