mistykey/cypress/tsconfig.json
2025-11-05 19:41:08 -05:00

8 lines
194 B
JSON

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