Skip to content

Commit

Permalink
Target esnext, add lib for ES2021
Browse files Browse the repository at this point in the history
  • Loading branch information
1devndogs committed Dec 20, 2021
1 parent ed31509 commit 7c1c020
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,7 +1,8 @@
{
"compilerOptions": {
"declaration": true,
"target": "es6",
"lib": ["ES2021"],
"target": "esnext",
"outDir": "dist",
"module": "commonjs",
"skipLibCheck": true,
Expand Down

0 comments on commit 7c1c020

Please sign in to comment.