diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json index fb434b9a41..d121418aae 100644 --- a/cypress/tsconfig.json +++ b/cypress/tsconfig.json @@ -1,10 +1,8 @@ { + "$schema": "https://json.schemastore.org/tsconfig", + "extends": "../packages/shared/tsconfig.web.json", "compilerOptions": { - "lib": ["dom", "ESNext"], - "target": "ESNext", "types": ["cypress", "node"], - "incremental": true, - "skipLibCheck": true, }, "include": ["./**/*.ts"] }