{ "extends": "@typebot.io/tsconfig/base.json", "include": [ "**/*.ts", "../variables/parseVariables.ts", "../bot-engine/parseBubbleBlock.ts" ], "exclude": ["node_modules"], "compilerOptions": { "lib": ["ES2021", "DOM"] } }