mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
5 lines
196 B
TypeScript
5 lines
196 B
TypeScript
import { createTsupConfig } from '../../tsup.config';
|
|
|
|
// TODO: Set options to bundle node_modules - making the Docker image smaller
|
|
export default createTsupConfig({ minify: true, dts: false });
|