Skip to content

Commit

Permalink
Add moduleResolution to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed Nov 10, 2023
1 parent a9c8c23 commit 60c2cf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"target": "es2020",
"module": "esnext",
"moduleResolution": "node",
"outDir": "dist",
"strict": true,
"strictNullChecks": true,
Expand Down

0 comments on commit 60c2cf2

Please sign in to comment.