Skip to content

Commit

Permalink
fix(api): revert ES2021 target
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Aug 23, 2021
1 parent 52723ee commit 657c7da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/revert-es2021.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"api": patch
---

Revert target back to ES5.
1 change: 0 additions & 1 deletion tooling/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"compilerOptions": {
"strict": true,
"allowJs": true,
"target": "es2021",
"esModuleInterop": true,
"baseUrl": ".",
"paths": {
Expand Down

0 comments on commit 657c7da

Please sign in to comment.