Skip to content

Commit

Permalink
feat: tsconfig target=es2023 (was: es2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Oct 29, 2024
1 parent 75b2358 commit 630320f
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 @@ -10,7 +10,7 @@
"outDir": "${configDir}/dist",

// 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 630320f

Please sign in to comment.