mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
import { createTsupConfig } from '../../tsup.config.js';
|
|
|
|
export default createTsupConfig({
|
|
minify: 'terser',
|
|
});
|