aboutsummaryrefslogtreecommitdiff
path: root/cypress
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-11-09 11:18:39 +0100
committerGitHub <[email protected]>2024-11-09 10:18:39 +0000
commitd0f9f670b82c9cd2edf15a3cef30007a34b8a446 (patch)
treeaab6e1f2c0228d9d3fdd4115e32a6aa3a5094cc6 /cypress
parent519d212faec4ac4269693f060d7f8ff5e3dab94c (diff)
downloadfaker-d0f9f670b82c9cd2edf15a3cef30007a34b8a446.tar.xz
faker-d0f9f670b82c9cd2edf15a3cef30007a34b8a446.zip
docs(guide): remove esModuleInterop flag from config (#3192)
Diffstat (limited to 'cypress')
-rw-r--r--cypress/tsconfig.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json
index 0446ab75..16637968 100644
--- a/cypress/tsconfig.json
+++ b/cypress/tsconfig.json
@@ -3,7 +3,6 @@
"target": "ES5",
"lib": ["ES2015", "DOM"],
"types": ["cypress"],
- "esModuleInterop": true,
"noEmit": true,
"resolveJsonModule": true
},