Skip to content

Commit

Permalink
chore: adjust tsconfig.json (probably for typescript compilation with…
Browse files Browse the repository at this point in the history
… esbuild)
  • Loading branch information
Toromyx committed Nov 15, 2023
1 parent b2634d7 commit 9d99cd7
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,8 +1,7 @@
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "nodenext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noEmit": true,
"resolveJsonModule": true,
"noImplicitAny": true,
Expand Down

0 comments on commit 9d99cd7

Please sign in to comment.