mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
chore: fixup build and lint
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user