mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
10 lines
No EOL
217 B
JSON
10 lines
No EOL
217 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"moduleResolution": "Node",
|
|
// "bun-types" is the important part
|
|
"types": ["bun-types"]
|
|
}
|
|
} |