Skip to content

Commit

Permalink
Downgrade target to es2021
Browse files Browse the repository at this point in the history
Co-authored-by: Steven <steven@ceriously.com>
  • Loading branch information
DreierF and styfle committed Jul 25, 2023
1 parent 48db511 commit 65504a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig-type-test.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2022",
"target": "es2021",
"module": "NodeNext",
"isolatedModules": true,
"strict": true,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2022",
"target": "es2021",
"module": "NodeNext",
"isolatedModules": true,
"strict": true,
Expand Down

0 comments on commit 65504a7

Please sign in to comment.