From f8a14cd942e638b8f34d2d6115ad11c994bd0bbf Mon Sep 17 00:00:00 2001 From: mahula Date: Fri, 14 Feb 2025 18:24:30 +0100 Subject: [PATCH] add cypress config to tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index dc2c4663..701870fa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,7 +27,7 @@ "#root/*": ["./*"] } }, - "include": ["src", "vite.config.ts", "setupTest.ts"], + "include": ["src", "vite.config.ts", "setupTest.ts", "cypress.config.ts"], "exclude": ["node_modules", "dist", "example", "rollup.config.mjss"], "typeRoots": [ "./types",