{ "extends": "@typebot.io/tsconfig/react-library.json", "include": ["src/**/*"], "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["src/*"] }, "outDir": "dist" } }