aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/design-system/packages/acme-utils/tsconfig.json
blob: 9be70c06b4493368e4607090ecb53221c1b8441e (plain) (blame)
1
2
3
4
5
{
  "extends": "@acme/tsconfig/react-library.json",
  "include": ["."],
  "exclude": ["dist", "build", "node_modules"]
}