Skip to content

Commit

Permalink
feat: target=es2023
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Oct 29, 2024
1 parent 0aea289 commit 3a7bb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"compilerOptions": {
// Target/module
"target": "es2022",
"target": "es2023",
"lib": ["esnext"], // add "dom" if needed
// module `nodenext` is a modern mode that auto-detects cjs/esm
// it also defaults `esModuleInterop` and `allowSyntheticDefaultImports` to true
Expand Down

0 comments on commit 3a7bb45

Please sign in to comment.