aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-tailwind/packages/ui/tsconfig.json
blob: cd6c94d6e8b0c3b34c21ef652ef4d56c64b4a5df (plain) (blame)
1
2
3
4
5
{
  "extends": "tsconfig/react-library.json",
  "include": ["."],
  "exclude": ["dist", "build", "node_modules"]
}