diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json index 79d78d7..e7094d5 100644 --- a/cypress/tsconfig.json +++ b/cypress/tsconfig.json @@ -4,5 +4,6 @@ "compilerOptions": { "sourceMap": false, "types": ["cypress"] - } + }, + "exclude": [] } diff --git a/tsconfig.json b/tsconfig.json index ed966d4..73306ef 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,5 +29,9 @@ "strictInjectionParameters": true, "strictInputAccessModifiers": true, "strictTemplates": true - } + }, + "exclude": [ + "cypress", + "cypress.config.ts" + ] }