mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
38 lines
564 B
JSON
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"
|
|
}
|
|
]
|
|
}
|