aboutsummaryrefslogtreecommitdiff
path: root/packages/ui/tsconfig.lint.json
blob: 31eb1cfc33e632b1bd1d9cdd5f8d6408388952ba (plain) (blame)
1
2
3
4
5
6
7
8
{
  "extends": "@repo/typescript-config/react-library.json",
  "compilerOptions": {
    "outDir": "dist"
  },
  "exclude": ["node_modules", "dist"],
  "include": ["shadcn", "icons", "hooks", "components"]
}