Skip to content

Commit d0f9f67

Browse files
authored
docs(guide): remove esModuleInterop flag from config (#3192)
1 parent 519d212 commit d0f9f67

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cypress/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"target": "ES5",
44
"lib": ["ES2015", "DOM"],
55
"types": ["cypress"],
6-
"esModuleInterop": true,
76
"noEmit": true,
87
"resolveJsonModule": true
98
},

docs/guide/usage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ In order to have Faker working properly, you need to check if these `compilerOpt
102102
```json
103103
{
104104
"compilerOptions": {
105-
"esModuleInterop": true,
106105
"moduleResolution": "Bundler", // "Node10", "Node16" or "NodeNext"
107106
"strict": true // Optional, but recommended
108107
}

0 commit comments

Comments
 (0)