UNPKG
@calipsa/timer
Version:
latest (1.0.0)
1.0.0
0.0.1
A simple timer
github.com/calipsa/timer
calipsa/timer
@calipsa/timer
/
jest.config.js
10 lines
(9 loc)
•
127 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { verbose:
true
, modulePaths: [
'<rootDir>'
, ], transform: {
'^.+\\.tsx?$'
:
'ts-jest'
, }, }