mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
* feat: use native node typescript * fix: use basename * Update packages/create-discord-bot/template/Bun/TypeScript/tsconfig.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Change module and moduleResolution to ESNext and Bundler --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
43 lines
703 B
YAML
43 lines
703 B
YAML
packages:
|
|
- apps/*
|
|
- packages/*
|
|
- packages/create-discord-bot/template/**/*
|
|
|
|
autoInstallPeers: false
|
|
|
|
ignoredBuiltDependencies:
|
|
- core-js-pure
|
|
- unrs-resolver
|
|
|
|
onlyBuiltDependencies:
|
|
- '@discordjs/opus'
|
|
- '@tailwindcss/oxide'
|
|
- bufferutil
|
|
- esbuild
|
|
- protobufjs
|
|
- rclone.js
|
|
- sharp
|
|
- utf-8-validate
|
|
- workerd
|
|
- zlib-sync
|
|
|
|
patchedDependencies:
|
|
'@microsoft/tsdoc-config@0.17.1': patches/@microsoft__tsdoc-config@0.17.1.patch
|
|
|
|
peerDependencyRules:
|
|
allowAny:
|
|
- '*'
|
|
ignoreMissing:
|
|
- '*'
|
|
|
|
publicHoistPattern:
|
|
- '*eslint*'
|
|
- '*prettier*'
|
|
- '*@rushstack/node-core-library*'
|
|
- '*jju*'
|
|
|
|
updateConfig:
|
|
ignoreDependencies:
|
|
- jsdoc-to-markdown
|
|
- typedoc
|