The problem is solved by adding json to the moduleFileExtensions array in jest.config.ts.
json
moduleFileExtensions
jest.config.ts
moduleFileExtensions: ['ts', 'js', 'html', 'json']