aboutsummaryrefslogtreecommitdiff
path: root/packages/ui/tsconfig.json
blob: 04a894440b29db692439e2d45b4c01e46af6d879 (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": ["src"]
}