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