aboutsummaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/usage.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/guide/usage.md b/docs/guide/usage.md
index dff2f2ff..7e3fd82f 100644
--- a/docs/guide/usage.md
+++ b/docs/guide/usage.md
@@ -102,7 +102,6 @@ In order to have Faker working properly, you need to check if these `compilerOpt
```json
{
"compilerOptions": {
- "esModuleInterop": true,
"moduleResolution": "Bundler", // "Node10", "Node16" or "NodeNext"
"strict": true // Optional, but recommended
}