UNPKG
ndjson-stream
Version:
latest (1.0.0)
1.0.0
This library provides TransformStream for ndjson.
ndjson-stream
/
jest.config.js
10 lines
•
221 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/**
@type
{import('ts-jest').JestConfigWithTsJest} */
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, transform: {
'^.+\\.tsx?$'
: [
'ts-jest'
, { tsconfig:
"tsconfig.cjs.json"
, }], }, };