UNPKG
log4ts
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
TypeScript logging library
github.com/koroandr/log4ts
koroandr/log4ts
log4ts
/
tsconfig.json
13 lines
(12 loc)
•
204 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"version"
:
"1.8.2"
,
"compilerOptions"
:
{
"target"
:
"es3"
,
"module"
:
"amd"
,
"experimentalDecorators"
:
true
,
"emitDecoratorMetadata"
:
true
}
,
"exclude"
:
[
"node_modules"
]
}