Files
bot/packages/radar/tsconfig.json
2024-08-28 18:10:49 +02:00

19 lines
253 B
JSON

{
"extends": "../tsconfig/base.json",
"include": ["**/*.ts"],
"compilerOptions": {
"outDir": "dist"
},
"references": [
{
"path": "../env"
},
{
"path": "../prisma"
},
{
"path": "../schemas"
}
]
}