Files
rondelle/tsconfig.json
hikari 7997c9f59d
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 48s
feat: set up Discord bot scaffolding
- Add Rondelle interface with discord client and database
- Add logger utility using @nhcarrigan/logger
- Add database utility for Prisma client instantiation
- Update index.ts with bot startup logic
- Update .gitignore to exclude prod/ build output
2026-01-21 20:23:32 -08:00

9 lines
152 B
JSON

{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod",
},
"include": ["src/**/*"]
}