chore: fixup build and lint

This commit is contained in:
iCrawl
2023-04-14 17:11:12 +02:00
parent 0d0e4d1cb6
commit a76c1ddacc
8 changed files with 67 additions and 90 deletions

View File

@@ -1,3 +1,4 @@
import type { Options } from 'tsup';
import { defineConfig } from 'tsup';
export function createTsupConfig({
@@ -16,7 +17,7 @@ export function createTsupConfig({
dts = true,
sourcemap = true,
esbuildPlugins = [],
} = {}) {
}: Options = {}) {
return defineConfig({
entry,
external,