From d0f9f670b82c9cd2edf15a3cef30007a34b8a446 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Sat, 9 Nov 2024 11:18:39 +0100 Subject: docs(guide): remove esModuleInterop flag from config (#3192) --- cypress/tsconfig.json | 1 - docs/guide/usage.md | 1 - 2 files changed, 2 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 }, 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 } -- cgit v1.2.3