aboutsummaryrefslogtreecommitdiff
path: root/packages/ui/tsconfig.json
blob: 2e64c1206d751ca2bb8640355ca8c05ad6cdd421 (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"]
}