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"], },