Files
bot/packages/deprecated/bot-engine/tsconfig.json

29 lines
440 B
JSON
Raw Normal View History

2021-12-08 09:33:25 +01:00
{
"extends": "../../tsconfig/react.json",
2022-11-21 11:12:43 +01:00
"include": ["src/**/*"],
2021-12-08 09:33:25 +01:00
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"react": ["./node_modules/@types/react"]
2022-11-21 11:12:43 +01:00
}
},
"references": [
{
"path": "../../env"
},
{
"path": "../../lib"
},
{
"path": "../../prisma"
},
{
"path": "../../schemas"
},
{
"path": "../typebot-js"
}
]
2021-12-08 09:33:25 +01:00
}