bun-discord-bot/tsconfig.json
2022-07-10 18:30:00 +02:00

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"]
}
}