diff --git a/template/config/cypress/cypress/e2e/jsconfig.json b/template/config/cypress/cypress/jsconfig.json similarity index 54% rename from template/config/cypress/cypress/e2e/jsconfig.json rename to template/config/cypress/cypress/jsconfig.json index c790a70d..ab367841 100644 --- a/template/config/cypress/cypress/e2e/jsconfig.json +++ b/template/config/cypress/cypress/jsconfig.json @@ -4,5 +4,6 @@ "lib": ["es5", "dom"], "types": ["cypress"] }, - "include": ["./**/*", "../support/**/*"] + "include": ["./e2e/**/*", "./support/**/*"], + "exclude": ["./support/component.*"] }