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