diff --git a/tsconfig.json b/tsconfig.json index 11b5a03eaf..1eed699114 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -46,5 +46,8 @@ "fullTemplateTypeCheck": true, "strictInjectionParameters": true, "strictInputAccessModifiers": true - } + }, + "exclude": [ + "cypress.config.ts" + ] }