29 lines
440 B
JSON
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"
|
|
}
|
|
]
|
|
}
|