Explorar el Código

support optional chaining

Yuki Takei hace 4 años
padre
commit
99fd5ad853
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,