aboutsummaryrefslogtreecommitdiff
path: root/packages/ui/tsconfig.json
blob: 55fbf930afc9e046171cfa0aa3fc844274d6c4fc (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", "types.d.ts"]
}