Files
claude-telegram-bot/tsconfig.json
T
neken 57dd464f37 feat: scaffold project with bun, grammy, claude-agent-sdk
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 15:03:16 +05:00

15 lines
282 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"outDir": "dist",
"rootDir": "src",
"types": ["bun-types"]
},
"include": ["src"]
}