2021-12-08 09:33:25 +01:00
|
|
|
{
|
2024-08-28 18:09:35 +02:00
|
|
|
"extends": "../../tsconfig/react.json",
|
2022-11-21 11:12:43 +01:00
|
|
|
"include": ["src/**/*"],
|
2021-12-08 09:33:25 +01:00
|
|
|
"compilerOptions": {
|
2022-11-15 14:59:34 +01:00
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
2023-12-13 10:22:02 +01:00
|
|
|
"@/*": ["src/*"],
|
|
|
|
|
"react": ["./node_modules/@types/react"]
|
2022-11-21 11:12:43 +01:00
|
|
|
}
|
2024-08-28 18:09:35 +02:00
|
|
|
},
|
|
|
|
|
"references": [
|
|
|
|
|
{
|
|
|
|
|
"path": "../../env"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../lib"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../prisma"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../schemas"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../typebot-js"
|
|
|
|
|
}
|
|
|
|
|
]
|
2021-12-08 09:33:25 +01:00
|
|
|
}
|