Skip to content

Commit 657c7da

Browse files
committed
fix(api): revert ES2021 target
1 parent 52723ee commit 657c7da

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changes/revert-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+
Revert target back to ES5.

tooling/api/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"strict": true,
44
"allowJs": true,
5-
"target": "es2021",
65
"esModuleInterop": true,
76
"baseUrl": ".",
87
"paths": {

0 commit comments

Comments
 (0)