{ "extends": "@repo/typescript-config/react-library.json", "compilerOptions": { "baseUrl": ".", "paths": { "@ui/*": ["./src/*"] } }, "include": ["src"], "exclude": ["node_modules"] }