Skip to content

Commit

Permalink
fix(typescript): es2023 is not valid (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Kwong <matthew.ws.kwong@viu.com>
  • Loading branch information
mwskwong and Matthew Kwong committed Feb 2, 2024
1 parent cc100d8 commit 3d9dbdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion typescript/tsconfig.node18.json
Expand Up @@ -6,7 +6,7 @@
"compilerOptions": {
"lib": ["es2023"],
"module": "node16",
"target": "es2023",
"target": "es2022",
"moduleResolution": "node16"
}
}
2 changes: 1 addition & 1 deletion typescript/tsconfig.node20.json
Expand Up @@ -6,7 +6,7 @@
"compilerOptions": {
"lib": ["es2023"],
"module": "node16",
"target": "es2023",
"target": "es2022",
"moduleResolution": "node16"
}
}

0 comments on commit 3d9dbdc

Please sign in to comment.