Explorar o código

Tooling: [API] Changed target in tsconfig to es6 (#2362)

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Pankaj Patil %!s(int64=4) %!d(string=hai) anos
pai
achega
97bc52ee03
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  1. 5 0
      .changes/api-target-es2021.md
  2. 1 0
      tooling/api/tsconfig.json

+ 5 - 0
.changes/api-target-es2021.md

@@ -0,0 +1,5 @@
+---
+"api": patch
+---
+
+Change target to ES2021.

+ 1 - 0
tooling/api/tsconfig.json

@@ -2,6 +2,7 @@
   "compilerOptions": {
     "strict": true,
     "allowJs": true,
+    "target": "es2021",
     "esModuleInterop": true,
     "baseUrl": ".",
     "paths": {