diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json index 51237b5e95..e7b70a29b7 100644 --- a/cypress/tsconfig.json +++ b/cypress/tsconfig.json @@ -1,10 +1,16 @@ { "extends": "../tsconfig.json", "include": [ - "**/*.ts" + "**/*.ts", + "../cypress.config.ts" ], "compilerOptions": { "sourceMap": false, + "typeRoots": [ + "../node_modules", + "../node_modules/@types", + "../src/typings.d.ts" + ], "types": [ "cypress", "cypress-axe",