{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "../packages/shared/tsconfig.web.jsonc", "compilerOptions": { "types": ["cypress", "node"], }, "include": ["./**/*.ts"] }