Skip to content

Commit

Permalink
chore(tsconfig): target es2022
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Sep 23, 2023
1 parent ef28215 commit c3f5d10
Show file tree
Hide file tree
Showing 2 changed files with 262 additions and 310 deletions.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "types",
"resolveJsonModule": true
"resolveJsonModule": true,
"target": "ES2022"
},
"include": ["src/index.js"]
}

0 comments on commit c3f5d10

Please sign in to comment.