mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
build: multi-config build and dep update
This commit is contained in:
@@ -2,6 +2,7 @@ import { createTsupConfig } from '../../tsup.config.js';
|
||||
|
||||
export default createTsupConfig({
|
||||
entry: ['src/**/*.ts'],
|
||||
minify: 'terser',
|
||||
cjsInterop: true,
|
||||
noExternal: ['@microsoft/tsdoc*'],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user