UNPKG

@nano-utils/op

Version:

Operator overloading in JS

12 lines (10 loc) 209 B
/** @type {import('ts-jest').JestConfigWithTsJest} **/ export default { testEnvironment: 'node', transform: { '^.+.tsx?$': ['ts-jest', {}] }, moduleNameMapper: { '^(\\.\\.?\\/.+)\\.jsx?$': '$1' } };