Issue :
I want to author jest.config in ts file. Could you please add declaration: true?
Expected behavior :
this should work:
// jest.config.ts
import { pathToModuleNameMapper } from 'ts-jest';
Debug log:
log file content
# content of ts-jest.log :
Minimal repo :
Issue :
I want to author jest.config in ts file. Could you please add declaration: true?
Expected behavior :
this should work:
Debug log:
log file content
# content of ts-jest.log :Minimal repo :