UNPKG
@oyearun/format-dates.js
Version:
latest (1.0.7)
1.0.7
1.0.6
---
@oyearun/format-dates.js
/
jest.config.ts
5 lines
•
98 B
text/typescript
View Raw
1
2
3
4
5
export
default
{ transform : {
"^.+\\.ts?$"
: [
"ts-jest"
, {useESM :
true
}] } }