Skip to content

Commit

Permalink
chore: Change module and moduleResolution setting in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Aug 2, 2024
1 parent 6029e39 commit dfed1a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"extends": ["@tsconfig/strictest"],
"compilerOptions": {
"outDir": "dist",
"lib": ["ESNext", "DOM"]
"lib": ["ESNext"],
"module": "NodeNext",
"moduleResolution": "NodeNext"
},
"include": ["src"]
}

0 comments on commit dfed1a6

Please sign in to comment.