chore: switch tsup config to typescript (#9057)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Superchupu
2023-01-13 09:44:56 +00:00
committed by GitHub
parent 05a1cbfe54
commit 1831acaffb
19 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
import { createTsupConfig } from '../../tsup.config.js';
export default createTsupConfig({
entry: ['src/index.ts', 'src/cli.ts'],
minify: true,
dts: false,
});