UNPKG
monoflux
Version:
latest (1.8.1)
prerelease (1.4.0-prerelease.0)
1.8.1
1.8.0
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.1
1.6.0
1.5.0
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.4.0-prerelease.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Stream processing for JS simplified
github.com/Artiry/monoflux
Artiry/monoflux
monoflux
/
tsconfig.json
18 lines
(17 loc)
•
366 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"ES2022"
,
"sourceMap"
:
true
,
"declaration"
:
true
,
"removeComments"
:
false
,
"strictNullChecks"
:
true
,
"outDir"
:
"./dist"
,
"esModuleInterop"
:
true
}
,
"exclude"
:
[
"tests/**"
,
"dist/**"
,
"src/**/*.test.ts"
]
}