UNPKG
koatty_cacheable
Version:
latest (3.1.0)
3.1.0
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.5
2.0.2
2.0.1
2.0.0
1.6.1
1.6.0
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.8
1.3.7
1.3.6
1.3.4
1.3.2
1.2.12
1.2.11
1.2.10
1.2.8
1.2.7
1.2.5
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
Cacheable for koatty.
github.com/koatty/koatty_cacheable
koatty/koatty_cacheable
koatty_cacheable
/
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, });