diff --git a/packages/atomic/cypress/tsconfig.json b/packages/atomic/cypress/tsconfig.json index 102d1982ab5..8583d638fd2 100644 --- a/packages/atomic/cypress/tsconfig.json +++ b/packages/atomic/cypress/tsconfig.json @@ -7,7 +7,9 @@ "lib": ["esnext", "dom"], "types": ["cypress", "cypress-axe"], "resolveJsonModule": true, - "esModuleInterop": true + "esModuleInterop": true, + //https://github.com/cypress-io/cypress/issues/26203#issuecomment-1571861397 + "sourceMap": false }, "include": ["**/*.ts", "**/*.js"] }