UNPKG

@klodianimeri/pipejs

Version:

Pipe functions that provide convenient and efficient ways to work with iterators.

19 lines 357 B
/** @type {import("jest").Config} **/ export default { verbose: false, testEnvironment: "node", transform: { '^.+\\.ts$': [ 'ts-jest', { diagnostics: false, tsconfig: 'tsconfig.json', useESM: true, }, ] }, moduleNameMapper: { "@src/(.*)": "<rootDir>/src/$1", "^(..?/.+).js?$": "$1" }, };