UNPKG
refresh-token-util-for-rtk-query
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.0
Reusable RTK Query baseQuery with refresh token
refresh-token-util-for-rtk-query
/
tsup.config.ts
10 lines
(8 loc)
•
172 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import { defineConfig }
from
"tsup"
; export
default
defineConfig
({
entry
: [
"src/index.ts"
],
format
: [
"cjs"
,
"esm"
],
dts
:
true
,
sourcemap
:
true
,
clean
:
true
, });