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