UNPKG

node-irr

Version:

A Node.js package that provides an easy and customizable way to calculate internal rate of return.

11 lines (10 loc) 248 B
// eslint-disable-next-line no-undef module.exports = { roots: ['<rootDir>/src'], transform: { '^.+\\.ts$': 'ts-jest', }, testRegex: '/.*\\.test\\.ts$', moduleFileExtensions: ['ts', 'js', 'json', 'node'], testEnvironment: 'node', }