diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json index 0cbfffb..62ff3fb 100644 --- a/cypress/tsconfig.json +++ b/cypress/tsconfig.json @@ -6,5 +6,5 @@ "lib": ["es5", "dom"], "types": ["cypress"] }, - "include": ["**/*.ts"] + "include": ["./*/*.ts"] } diff --git a/tsconfig.json b/tsconfig.json index a4358bb..19578c7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,8 @@ "forceConsistentCasingInFileNames": true, "removeComments": true, "esModuleInterop": true, - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true, + "types": ["gzip-js", "jest", "react", "react-dom"] }, "include": ["src/**/*"] }