UNPKG
@totalsoft/pino-multitenancy
Version:
latest (2.0.1)
2.0.1
2.0.0
1.2.1
1.2.0
1.1.0
Correlation id mixin for pino
github.com/osstotalsoft/rocket-toolkit
osstotalsoft/rocket-toolkit
@totalsoft/pino-multitenancy
/
tsconfig.json
8 lines
(7 loc)
•
187 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"../../tsconfig.base.json"
,
"compilerOptions"
:
{
"outDir"
:
"./dist"
/* Redirect output structure to the directory. */
,
}
,
"exclude"
:
[
"dist/**"
,
"coverage/**"
]
}