mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: deps
This commit is contained in:
@@ -17,6 +17,7 @@ export function createTsupConfig({
|
||||
dts = true,
|
||||
sourcemap = true,
|
||||
esbuildPlugins = [],
|
||||
treeshake = false,
|
||||
}: Options = {}) {
|
||||
return defineConfig({
|
||||
entry,
|
||||
@@ -34,5 +35,6 @@ export function createTsupConfig({
|
||||
dts,
|
||||
sourcemap,
|
||||
esbuildPlugins,
|
||||
treeshake,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user