Kaynağa Gözat

support optional chaining

Yuki Takei 4 yıl önce
ebeveyn
işleme
99fd5ad853
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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,