Skip to content

Commit 735c4d7

Browse files
committed
chore(ts): allow ES2023
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`.
1 parent acded96 commit 735c4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"compilerOptions": {
44
"lib": [
5-
"ES2022"
5+
"ES2023"
66
],
77
"module": "Node16",
88
"target": "ES2022",

0 commit comments

Comments
 (0)