Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 3d9dbdc

Browse files
mwskwongMatthew Kwong
and
Matthew Kwong
authoredFeb 2, 2024
fix(typescript): es2023 is not valid (#84)
Co-authored-by: Matthew Kwong <matthew.ws.kwong@viu.com>
1 parent cc100d8 commit 3d9dbdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎typescript/tsconfig.node18.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"compilerOptions": {
77
"lib": ["es2023"],
88
"module": "node16",
9-
"target": "es2023",
9+
"target": "es2022",
1010
"moduleResolution": "node16"
1111
}
1212
}

‎typescript/tsconfig.node20.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"compilerOptions": {
77
"lib": ["es2023"],
88
"module": "node16",
9-
"target": "es2023",
9+
"target": "es2022",
1010
"moduleResolution": "node16"
1111
}
1212
}

0 commit comments

Comments
 (0)
This repository has been archived.