diff --git a/e2e/tsconfig.json b/e2e/tsconfig.json index e3667cd38a13d16dd8056c86b3332cdf20e942e0..7b02fc3e3942c962f3d6b4237c8159f79cb0475d 100644 --- a/e2e/tsconfig.json +++ b/e2e/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { + "baseUrl": "./", "types": ["cypress", "@testing-library/cypress"], "paths": { "*": ["../frontend/src/*"],