Skip to content

Commit

Permalink
refactor: update TypeScript to ES2022 (#10182)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed May 15, 2023
1 parent ccbb82d commit db87ae6
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": "ES2019",
"target": "ES2022",
"useUnknownInCatchVariables": true
}
}

0 comments on commit db87ae6

Please sign in to comment.