aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-vite/packages/ui/tsconfig.json
blob: 61a00fa2827570cf166e80cd6c1fe2e9468fdbfb (plain) (blame)
1
2
3
4
5
{
  "extends": "tsconfig/base.json",
  "include": ["."],
  "exclude": ["node_modules"]
}