aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/kitchen-sink/apps/admin/tsconfig.json
blob: 585415b6f9f9c86b79d28b982335c24b205a962f (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "exclude": ["node_modules"],
  "extends": "tsconfig/vite.json",
  "compilerOptions": {
    "rootDir": "src",
    "outDir": "dist"
  },
  "include": ["src"]
}