Files
discord.js/packages/proxy-container/tsup.config.ts
2022-06-17 23:29:50 +02:00

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 });