{ "compilerOptions": { "composite": true, "declarationMap": true, "emitDeclarationOnly": true, "importHelpers": true, "isolatedModules": true, "lib": ["dom", "ESNext"], "module": "esnext", "moduleResolution": "bundler", "noEmitOnError": true, "noFallthroughCasesInSwitch": true, "noImplicitOverride": true, "noUnusedLocals": true, "skipLibCheck": true, "strict": true, "target": "ESNext", "forceConsistentCasingInFileNames": true, "jsx": "react-jsx", "customConditions": ["@typebot.io/root"] } }