Skip to content

Commit

Permalink
Exclude cypress folder from type config, but not everywhere: cypress-…
Browse files Browse the repository at this point in the history
  • Loading branch information
bpatrik committed Sep 6, 2023
1 parent 6a38b67 commit 7ee19ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"compilerOptions": {
"sourceMap": false,
"types": ["cypress"]
}
},
// See https://github.com/cypress-io/cypress/issues/7552#issuecomment-763498855
"exclude": []
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"exclude": [
"cypress.config.ts",
// See https://github.com/cypress-io/cypress/issues/7552#issuecomment-763498855
"cypress/**/*"
]
}

0 comments on commit 7ee19ce

Please sign in to comment.