UNPKG

engineering-cal

Version:

A TypeScript library for common engineering calculations across various disciplines.

7 lines 157 B
/** @type {import('ts-jest').JestConfigWithTsJest} **/ module.exports = { testEnvironment: "node", transform: { "^.+\.tsx?$": ["ts-jest",{}], }, };