Skip to content

Commit

Permalink
docs(guide): remove esModuleInterop flag from config (#3192)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Nov 9, 2024
1 parent 519d212 commit d0f9f67
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"target": "ES5",
"lib": ["ES2015", "DOM"],
"types": ["cypress"],
"esModuleInterop": true,
"noEmit": true,
"resolveJsonModule": true
},
Expand Down
1 change: 0 additions & 1 deletion docs/guide/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit d0f9f67

Please sign in to comment.