mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
style: cleanup tests and tsup configs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { Options } from 'tsup';
|
||||
import { defineConfig } from 'tsup';
|
||||
|
||||
export const tsup: Options = {
|
||||
export default defineConfig({
|
||||
clean: true,
|
||||
dts: false,
|
||||
entryPoints: ['src/index.ts'],
|
||||
@@ -17,4 +17,4 @@ export const tsup: Options = {
|
||||
};
|
||||
}
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user