UNPKG
flowie
Version:
latest (0.0.1-alpha.8)
0.0.1-alpha.8
0.0.1-alpha.7
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha
Library for creating, and working with flows
github.com/albertossilva/flowie
albertossilva/flowie
flowie
/
tsconfig.json
18 lines
(17 loc)
•
286 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"declaration"
:
true
,
"module"
:
"commonjs"
,
"outDir"
:
"dist"
,
"sourceMap"
:
true
,
"target"
:
"es2020"
,
"noImplicitReturns"
:
true
,
"esModuleInterop"
:
true
}
,
"files"
:
[
"src/index.ts"
]
,
"exclude"
:
[
"node_modules"
]
}