Skip to content

Commit 97bc52e

Browse files
Tooling: [API] Changed target in tsconfig to es6 (#2362)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
1 parent eba7813 commit 97bc52e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changes/api-target-es2021.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"api": patch
3+
---
4+
5+
Change target to ES2021.

tooling/api/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"strict": true,
44
"allowJs": true,
5+
"target": "es2021",
56
"esModuleInterop": true,
67
"baseUrl": ".",
78
"paths": {

0 commit comments

Comments
 (0)