diff --git a/webapp/tsconfig.json b/webapp/tsconfig.json index 5304731b8..42627fa65 100644 --- a/webapp/tsconfig.json +++ b/webapp/tsconfig.json @@ -9,6 +9,9 @@ }, { "path": "./tsconfig.vitest.json" + }, + { + "path": "./cypress/tsconfig.json" } ], "compilerOptions": {