Files
bot/packages/lib/tsconfig.json

16 lines
213 B
JSON
Raw Normal View History

2022-01-06 09:40:56 +01:00
{
"extends": "../tsconfig/base.json",
"include": ["**/*.ts"],
"compilerOptions": {
"outDir": "dist"
},
"references": [
{
"path": "../env"
},
{
"path": "../prisma"
}
]
2022-01-06 09:40:56 +01:00
}