mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
feat: proxy container (#8000)
This commit is contained in:
@@ -12,11 +12,13 @@ type ConfigOptions = Pick<
|
||||
| 'skipNodeModulesBundle'
|
||||
| 'noExternal'
|
||||
| 'esbuildOptions'
|
||||
| 'dts'
|
||||
>;
|
||||
|
||||
export const createTsupConfig = ({
|
||||
globalName,
|
||||
format = ['esm', 'cjs'],
|
||||
dts = true,
|
||||
target = 'es2021',
|
||||
sourcemap = true,
|
||||
minify = false,
|
||||
@@ -33,7 +35,7 @@ export const createTsupConfig = ({
|
||||
}: ConfigOptions = {}) =>
|
||||
defineConfig({
|
||||
clean: true,
|
||||
dts: true,
|
||||
dts,
|
||||
entry,
|
||||
format,
|
||||
minify,
|
||||
|
||||
Reference in New Issue
Block a user