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

16 lines
213 B
JSON

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