feat(bun): adding the configuration for better developpement

This commit is contained in:
Raphael 2025-10-14 00:26:56 +02:00 committed by Raphaël
parent 6e154a8e60
commit ac1abbabc7
5 changed files with 137 additions and 62 deletions

3
bun-types.d.ts vendored Normal file
View file

@ -0,0 +1,3 @@
/// <reference types="bun-types" />
/// <reference types="discord.js" />
/// <reference types="node" />