konnos
Dashboard
flndrn
Briven
apps
realtime
tsconfig.json
tsconfig.json
9 lines ·
main
1
{
2
"extends": "@briven/config/tsconfig/bun.json",
3
"compilerOptions": {
4
"outDir": "dist",
5
"rootDir": "src"
6
},
7
"include": ["src"],
8
"exclude": ["node_modules", "dist"]
9
}