I'm trying to add jest tests to a project and I started to get this error.
Error: Jest: Failed to parse the TypeScript config file jest.config.ts
TSError: ⨯ Unable to compile TypeScript:
error TS6053: File '@sapphire/ts-config' not found.
I just realized I also have the same error on the IDE.
PS: If I downgrade from 5.0.0 to 4.0.1 it works like a charm.
Does anyone know why is this happening with the version 5.0.0?