From 7ebe0f5a9f12d07c1dc9511aca864b81aadc38f9 Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Tue, 7 Oct 2025 00:36:23 -0400 Subject: [PATCH] update cypress to the new templates --- cypress/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json index d121418aae..bff0483305 100644 --- a/cypress/tsconfig.json +++ b/cypress/tsconfig.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "extends": "../packages/shared/tsconfig.web.json", + "extends": "../packages/shared/tsconfig.web.jsonc", "compilerOptions": { "types": ["cypress", "node"], },