UNPKG

quaeratin

Version:

An extended precision floating point library (as per Shewchuk) - precision only limited by overflow / underflow

12 lines (10 loc) 253 B
'use strict'; module.exports = { extension: ['js', 'jsx', 'ts', 'tsx'], spec: ['test/**/*.spec.ts'], recursive: true, loader: ['ts-node/esm'], // slow: '75', // timeout: '2000', // ignore: ['/path/to/some/ignored/file'], };