UNPKG
@flowlab/all
Version:
latest (0.0.2)
0.0.2
0.0.1
A cool library focusing on handling various flows
github.com/countstarss/flowlab
countstarss/flowlab
@flowlab/all
/
packages
/
core
/
tsconfig.json
7 lines
(6 loc)
•
99 B
JSON
View Raw
1
2
3
4
5
6
7
{
"compilerOptions"
:
{
"types"
:
[
"jest"
]
,
// ✅ 加这行
"esModuleInterop"
:
true
}
}