Skip to content

Commit

Permalink
target es2019
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Mar 28, 2024
1 parent 1f299d7 commit 12b0a79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{

"compilerOptions": {
"noEmit": true,
"allowJs": true,
"target": "ESNext",
"target": "ES2019",
"module": "commonjs",
"moduleResolution": "node",
"lib": ["ES2021"],
Expand Down

0 comments on commit 12b0a79

Please sign in to comment.