UNPKG
koatty_logger
Version:
latest (2.9.0)
2.9.0
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.7.0
2.5.0
2.4.2
2.4.1
2.4.0
2.3.4
2.3.1
2.3.0
2.2.0
2.1.8
2.1.6
2.1.4
2.1.2
2.1.1
2.1.0
2.0.4
2.0.2
2.0.0
1.3.16
1.3.15
1.3.14
1.3.13
1.3.12
1.3.10
1.3.8
1.3.6
1.3.5
1.3.4
1.3.2
1.3.0
1.2.12
1.2.10
1.2.8
1.2.6
1.2.4
1.2.2
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Logger for koatty.
github.com/koatty/koatty_logger
koatty/koatty_logger
koatty_logger
/
tsup.config.ts
7 lines
(5 loc)
•
142 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{ defineConfig }
from
"tsup"
;
import
{ baseConfig }
from
"../../tsup.config.base"
;
export
default
defineConfig
({ ...baseConfig, });