Skip to content

Commit

Permalink
Revert "refactor: update TypeScript to ES2022" (#10184)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed May 15, 2023
1 parent db87ae6 commit 2ba96c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"strictFunctionTypes": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"target": "ES2022",
"target": "ES2019",
"useUnknownInCatchVariables": true
}
}

0 comments on commit 2ba96c6

Please sign in to comment.