mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
* chore: move proxy-container to apps * chore: limit next/react rules to next apps * chore: add standalone issue template --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
8 lines
144 B
TypeScript
8 lines
144 B
TypeScript
import { createTsupConfig } from '../../tsup.config.js';
|
|
|
|
export default createTsupConfig({
|
|
dts: false,
|
|
format: 'esm',
|
|
minify: 'terser',
|
|
});
|