update cypress to the new templates

This commit is contained in:
Hazelnoot 2025-10-07 00:36:23 -04:00
parent 6eaaa7a294
commit 7ebe0f5a9f

View file

@ -1,6 +1,6 @@
{ {
"$schema": "https://json.schemastore.org/tsconfig", "$schema": "https://json.schemastore.org/tsconfig",
"extends": "../packages/shared/tsconfig.web.json", "extends": "../packages/shared/tsconfig.web.jsonc",
"compilerOptions": { "compilerOptions": {
"types": ["cypress", "node"], "types": ["cypress", "node"],
}, },