Skip to content

Commit

Permalink
chore(ts): allow ES2023
Browse files Browse the repository at this point in the history
As [recommended by TSC](https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping#node-20),
we keep `target` set to `ES2022` and `module` set to `Node16`.
  • Loading branch information
Conaclos committed Nov 14, 2024
1 parent acded96 commit 735c4d7
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 @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"lib": [
"ES2022"
"ES2023"
],
"module": "Node16",
"target": "ES2022",
Expand Down

0 comments on commit 735c4d7

Please sign in to comment.