bun-discord-bot/tsconfig.json
xHyroM a5f1742918 refactor: rewrite
start working on full rewrite [part 1]
2023-07-21 22:58:45 +02:00

11 lines
242 B
JSON

{
"compilerOptions": {
"lib": ["ESNext"],
"module": "esnext",
"target": "esnext",
"moduleResolution": "Node",
"allowImportingTsExtensions": true,
// "bun-types" is the important part
"types": ["bun-types"]
}
}