Skip to content

Commit

Permalink
🤔 disable sourceMap in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed May 31, 2023
1 parent d9ab227 commit 79f198a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"lib": ["esnext", "dom", "dom.iterable"]
"lib": ["esnext", "dom", "dom.iterable"],
"sourceMap": false // FIXME: https://github.com/cypress-io/cypress/issues/26203
},
"include": ["./**/*.ts"]
}

0 comments on commit 79f198a

Please sign in to comment.