Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bananahampster committed Jan 16, 2024
1 parent e304bca commit 5dd8180
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": {
"module": "nodenext",
"module": "ES2022",
"moduleResolution": "nodenext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"target": "ES2022",
"noImplicitAny": false,
Expand Down

0 comments on commit 5dd8180

Please sign in to comment.