aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/kitchen-sink/apps/storefront/tsconfig.json
blob: fcbeaa748019a7a8fe54aba876e4ed871d455932 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "exclude": ["node_modules"],
  "extends": "tsconfig/nextjs.json",
  "compilerOptions": {
    "rootDir": "src",
    "outDir": "dist"
  },
  "include": ["src", "next-env.d.ts"]
}