If you are only exporting types, try renaming your files from LogInRepositoryInterface.ts to LogInRepositoryInterface.d.tsto denote that they are type definitions only. Vitest test coverage checks should pass since it ignores typedef files by default.