Skip to content

Commit

Permalink
style(typescript): use modern module and resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Mar 18, 2024
1 parent 7e84c0b commit b7c3e9c
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
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "esnext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"module": "nodenext",
"moduleResolution": "nodenext",
"resolveJsonModule": true,
"esModuleInterop": true,
"strict": true,
Expand Down

0 comments on commit b7c3e9c

Please sign in to comment.