mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
feat: @discordjs/ws (#8260)
Co-authored-by: Parbez <imranbarbhuiya.fsd@gmail.com>
This commit is contained in:
@@ -13,6 +13,7 @@ type ConfigOptions = Pick<
|
||||
| 'noExternal'
|
||||
| 'esbuildOptions'
|
||||
| 'dts'
|
||||
| 'bundle'
|
||||
>;
|
||||
|
||||
export const createTsupConfig = ({
|
||||
@@ -32,6 +33,7 @@ export const createTsupConfig = ({
|
||||
};
|
||||
}
|
||||
},
|
||||
bundle,
|
||||
}: ConfigOptions = {}) =>
|
||||
defineConfig({
|
||||
clean: true,
|
||||
@@ -47,4 +49,6 @@ export const createTsupConfig = ({
|
||||
globalName,
|
||||
noExternal,
|
||||
esbuildOptions,
|
||||
bundle,
|
||||
shims: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user