{
  "extends": "@multica/tsconfig/react-library.json",
  "compilerOptions": {
    "outDir": "dist",
    "rootDir": ".",
    "paths": {
      "@/lib/utils": ["./lib/utils.ts"],
      "@/hooks/*": ["./hooks/*"],
      "@/components/ui/*": ["./components/ui/*"]
    }
  },
  "include": ["**/*.ts", "**/*.tsx"],
  "exclude": ["node_modules", "dist"]
}
