UNPKG

ndjson-stream

Version:

This library provides TransformStream for ndjson.

10 lines 221 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', transform: { '^.+\\.tsx?$': ['ts-jest', { tsconfig: "tsconfig.cjs.json", }], }, };