UNPKG

portunus

Version:

Converts from decimal numbers to roman numerals and the other way around.

12 lines 195 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', globals: { 'ts-jest': { tsConfig: { target: 'es2017', esModuleInterop: true, }, }, }, };