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

26 lines
367 B
JSON

{
"extends": "../../tsconfig/react.json",
"include": ["src/**/*"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"outDir": "dist"
},
"references": [
{
"path": "../../lib"
},
{
"path": "../../prisma"
},
{
"path": "../../schemas"
},
{
"path": "../js"
}
]
}