Skip to content

Commit

Permalink
chore: Add moduleResolution directive to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
MillironX committed Mar 1, 2024
1 parent dd43f5d commit 2d0506b
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 @@ -3,6 +3,7 @@
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"moduleResolution": "Node",
"outDir": "./lib",
"strict": true,
"noImplicitAny": false,
Expand Down

0 comments on commit 2d0506b

Please sign in to comment.