mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
refactor: move all the config files to root (#8033)
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
import { defineConfig } from 'tsup';
|
||||
import { createTsupConfig } from '../../tsup.config';
|
||||
|
||||
export default defineConfig({
|
||||
clean: true,
|
||||
dts: true,
|
||||
entryPoints: ['src/index.ts'],
|
||||
format: ['esm', 'cjs'],
|
||||
keepNames: true,
|
||||
minify: false,
|
||||
skipNodeModulesBundle: true,
|
||||
sourcemap: true,
|
||||
target: 'es2021',
|
||||
export default createTsupConfig({
|
||||
minify: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user