UNPKG
engineering-cal
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
A TypeScript library for common engineering calculations across various disciplines.
engineering-cal
/
jest.config.js
7 lines
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
7
/**
@type
{import('ts-jest').JestConfigWithTsJest} **/
module
.
exports
= { testEnvironment:
"node"
, transform: {
"^.+\.tsx?$"
: [
"ts-jest"
,{}], }, };