UNPKG

ts-jest

Version:

A preprocessor with source maps support to help use TypeScript with Jest

13 lines (12 loc) 248 B
/** @type {import('@jest/types').Config.InitialOptions} */ module.exports = { globals: { 'ts-jest': { tsConfig: 'tsconfig.spec.json', }, }, transform: { '\\.ts$': '<rootDir>/dist/index.js', }, testEnvironment: 'node', }