Sfoglia il codice sorgente

support optional chaining

Yuki Takei 4 anni fa
parent
commit
99fd5ad853
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,