Fiz o download do projeto, mas não consigo solucionar esse erro:
Option 'baseUrl' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.
Visit https://aka.ms/ts6 for migration information.
Também obtive erro ao executar o playwright test:
Error: expect(page).toHaveURL(expected) failed
Expected: "http://localhost:4200/home"
Received: "http://localhost:4200/auth/login"
Timeout: 5000ms
Call log:
- Expect "toHaveURL" with timeout 5000ms
9 × unexpected value "http://localhost:4200/auth/login"