UNPKG

ts-math-utils

Version:

Math-based objects not included in JS, built in TS.

6 lines 161 B
/** @type {import('ts-jest').JestConfigWithTsJest} **/ export default { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/test/**/*.test.ts'], };