mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
build: pnpm (#9806)
This commit is contained in:
@@ -10,8 +10,14 @@ export function createTsupConfig({
|
||||
target = 'es2022',
|
||||
skipNodeModulesBundle = true,
|
||||
clean = true,
|
||||
shims = true,
|
||||
shims = format.includes('cjs'),
|
||||
cjsInterop = format.includes('cjs'),
|
||||
minify = false,
|
||||
terserOptions = {
|
||||
mangle: false,
|
||||
keep_classnames: true,
|
||||
keep_fnames: true,
|
||||
},
|
||||
splitting = false,
|
||||
keepNames = true,
|
||||
dts = true,
|
||||
@@ -29,7 +35,9 @@ export function createTsupConfig({
|
||||
target,
|
||||
clean,
|
||||
shims,
|
||||
cjsInterop,
|
||||
minify,
|
||||
terserOptions,
|
||||
splitting,
|
||||
keepNames,
|
||||
dts,
|
||||
|
||||
Reference in New Issue
Block a user