aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/kitchen-sink/packages/ui/src/__tests__/tsconfig.json
blob: 10f19c15fbdf0d9190ee9449dc7ff9c9c9e36732 (plain) (blame)
1
2
3
4
5
6
7
{
  "extends": "../../tsconfig.json",
  "include": [".", "../."],
  "compilerOptions": {
    "jsx": "react"
  }
}