From 713b20baa83701d0dfd3b59e7927c0d08c28ecf8 Mon Sep 17 00:00:00 2001 From: Kyle Holmberg Date: Sun, 23 Jun 2024 18:22:36 +0700 Subject: [PATCH] another volley --- cypress/tsconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json index e516b7faf..c068866d0 100644 --- a/cypress/tsconfig.json +++ b/cypress/tsconfig.json @@ -1,4 +1,10 @@ { "extends": "../tsconfig.json", + "compilerOptions": { + "baseUrl": "./", + "types": ["cypress", "node", "@testing-library/cypress"], + "target": "esnext", + "lib": ["dom", "dom.iterable", "esnext"] + }, "include": ["**/*.ts"] }