{ "extends": "../tsconfig.json", "compilerOptions": { "noEmit": true, "types": ["cypress"] }, "include": [ "../node_modules/cypress", "./*/*.ts" ] }