Files
discord.js/pnpm-workspace.yaml
Almeida ec3ef7b1bd feat: use native node typescript (#11259)
* 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>
2025-12-09 03:22:16 +01:00

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