Skip to content

Commit

Permalink
feat: Upgrade to NodeNext
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed May 18, 2024
1 parent 72d0402 commit fea6c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"incremental": true,
"isolatedModules": true,
"lib": ["ESNext"],
"module": "ESNext",
"moduleResolution": "Node",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "output",
"resolveJsonModule": true,
"skipLibCheck": true,
Expand Down

0 comments on commit fea6c71

Please sign in to comment.