Skip to content

Commit

Permalink
feat(tsconfig): deprecate node 16 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFedaikin authored Sep 17, 2023
1 parent 5ca2797 commit e81d8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"baseUrl": ".",
"outDir": "dist",
"strict": true,
"target": "es2020",
"target": "es2022",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
Expand Down

1 comment on commit e81d8c4

@vercel
Copy link

@vercel vercel bot commented on e81d8c4 Sep 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.