We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e4575 commit 089c69dCopy full SHA for 089c69d
template/config/cypress/cypress/e2e/jsconfig.json renamed to template/config/cypress/cypress/jsconfig.json
@@ -4,5 +4,6 @@
4
"lib": ["es5", "dom"],
5
"types": ["cypress"]
6
},
7
- "include": ["./**/*", "../support/**/*"]
+ "include": ["./e2e/**/*", "./support/**/*"],
8
+ "exclude": ["./support/component.*"]
9
}
0 commit comments