From e7126b86d6602b234fe0162e50974014fce27218 Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Sat, 26 Feb 2022 17:43:34 +0100 Subject: [PATCH] cypress tsconfig.json fix --- cypress/tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) 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 }