Skip to content

Commit

Permalink
tsconfig: switch to es6 target
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Apr 22, 2024
1 parent 7d79e5a commit 54710ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"compilerOptions": {
"esModuleInterop": true,
"target": "ES2022",
"module": "nodenext",
"moduleResolution": "nodenext",
"target": "es6",
"module": "commonjs",
"strict": true,
"declaration": true,
"sourceMap": true,
Expand Down

0 comments on commit 54710ca

Please sign in to comment.