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
/
event
/
tsconfig.json
15 lines
(14 loc)
•
319 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
"../../tsconfig.base.json"
,
"compilerOptions"
:
{
"outDir"
:
"dist"
,
"module"
:
"ESNext"
,
"target"
:
"ESNext"
,
"moduleResolution"
:
"Node"
,
"esModuleInterop"
:
true
,
"strict"
:
true
,
"resolveJsonModule"
:
true
,
"types"
:
[
"node"
,
"jest"
]
}
,
"include"
:
[
"src"
,
"__tests__"
]
}