diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json index 1a3b7b3..f7e11fe 100644 --- a/cypress/tsconfig.json +++ b/cypress/tsconfig.json @@ -4,5 +4,9 @@ "types": [ "cypress" ] - } + }, + "exclude": [], + "include": [ + "**/*.ts" + ] }