Skip to content

Commit

Permalink
docs: replace deprecated moduleResolution (#3018)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarlonPassos-git authored Jul 21, 2024
1 parent 3806833 commit 907996c
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": "Node"
"moduleResolution": "Bundler" // "Node10", "Node16" or "NodeNext"
}
}
```
Expand Down

0 comments on commit 907996c

Please sign in to comment.