diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json index d0ef97c..b4a6564 100644 --- a/cypress/tsconfig.json +++ b/cypress/tsconfig.json @@ -1,4 +1,6 @@ { + "include": ["**/*"], + "exclude": [], "compilerOptions": { "preserveValueImports": false }