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

29 lines
440 B
JSON

{
"extends": "../../tsconfig/react.json",
"include": ["src/**/*"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"react": ["./node_modules/@types/react"]
}
},
"references": [
{
"path": "../../env"
},
{
"path": "../../lib"
},
{
"path": "../../prisma"
},
{
"path": "../../schemas"
},
{
"path": "../typebot-js"
}
]
}