typebot.io/packages/scripts/tsconfig.lib.json
Baptiste Arnaud 5861031f72
🔧 Add WhatsApp status forward URL update script (#2496)
- Add a production script to update the WhatsApp status webhook forward
URL on draft and published typebot settings.
- Register the script in `@typebot.io/scripts` and add the settings
project reference needed for typechecking.
- Ignore local `typebot-prod-db` skill folders for agent tooling.
2026-05-21 11:29:55 +02:00

81 lines
1.6 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"tsBuildInfoFile": "dist/tsconfig.lib.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"references": [
{
"path": "../settings/tsconfig.lib.json"
},
{
"path": "../embeds/react/tsconfig.lib.json"
},
{
"path": "../embeds/js/tsconfig.lib.json"
},
{
"path": "../runtime-session-store/tsconfig.lib.json"
},
{
"path": "../logs/tsconfig.lib.json"
},
{
"path": "../chat-session/tsconfig.lib.json"
},
{
"path": "../bot-engine/tsconfig.lib.json"
},
{
"path": "../ai/tsconfig.lib.json"
},
{
"path": "../credentials/tsconfig.lib.json"
},
{
"path": "../rich-text/tsconfig.lib.json"
},
{
"path": "../groups/tsconfig.lib.json"
},
{
"path": "../blocks/core/tsconfig.lib.json"
},
{
"path": "../blocks/bubbles/tsconfig.lib.json"
},
{
"path": "../env/tsconfig.lib.json"
},
{
"path": "../emails/tsconfig.lib.json"
},
{
"path": "../typebot/tsconfig.lib.json"
},
{
"path": "../workspaces/tsconfig.lib.json"
},
{
"path": "../prisma/tsconfig.lib.json"
},
{
"path": "../lib/tsconfig.lib.json"
},
{
"path": "../telemetry/tsconfig.lib.json"
},
{
"path": "../results/tsconfig.lib.json"
},
{
"path": "../billing/tsconfig.lib.json"
},
{
"path": "../blocks/integrations/tsconfig.lib.json"
}
]
}