chore: add peer dep typescript

This commit is contained in:
Nicolas Meienberger 2025-04-26 10:13:56 +02:00
parent d9804fe227
commit 108f5bb3fa
3 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,3 @@
module.exports = {
allowedPostUpgradeCommands: ["bun .github/scripts/update-config.ts"],
export default {
allowedCommands: ["bun .github/scripts/update-config.ts"],
};