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

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
Pankaj Patil 2021-08-09 02:43:46 +05:30 committed by GitHub
parent eba7813e8a
commit 97bc52ee03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

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

View File

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