Skip to content

Commit

Permalink
docs: Add additional options to the recommendation for moduleResulution.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarlonPassos-git committed Jul 15, 2024
1 parent 3de8a33 commit 6ff4f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ In order to have Faker working properly, you need to check if these `compilerOpt
{
"compilerOptions": {
"esModuleInterop": true,
"moduleResolution": "Node10"
"moduleResolution": "Bundler", // "Node10", "Node16" or "NodeNext"
}
}
```
Expand Down

0 comments on commit 6ff4f07

Please sign in to comment.