UNPKG
cz-git-gitmoji
Version:
latest (1.0.0)
1.0.0
A few configurations for using gitmojis in cz
cz-git-gitmoji
/
cz-git-prompts
/
tsup.config.ts
4 lines
(2 loc)
•
95 B
text/typescript
View Raw
1
2
3
4
import
{ createConfig }
from
'../tsup.config'
export
default
createConfig
([
'./src/index.ts'
])