// Cypress recommends the following configuration in a tsconfig.json inside your // cypress folder. { "compilerOptions": { "target": "es5", "lib": ["es5", "dom"], "types": ["cypress"] }, "include": ["**/*.ts"] }