typebot.io/packages/scripts/tsconfig.json
2025-01-25 14:57:01 +01:00

38 lines
564 B
JSON

{
"extends": "@typebot.io/tsconfig/base.json",
"include": ["src/**/*.ts"],
"compilerOptions": { "outDir": "node_modules/.cache/tsconfig" },
"references": [
{
"path": "../billing"
},
{
"path": "../emails"
},
{
"path": "../lib"
},
{
"path": "../prisma"
},
{
"path": "../results"
},
{
"path": "../schemas"
},
{
"path": "../telemetry"
},
{
"path": "../typebot"
},
{
"path": "../workspaces"
},
{
"path": "../zod"
}
]
}