aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-changesets/apps/docs/tsconfig.json
blob: 51391299700ed84873aa991909a09fab67f30f10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "exclude": ["node_modules"],
  "extends": "@acme/tsconfig/nextjs.json",
  "compilerOptions": {
    "rootDir": "src",
    "outDir": "dist",
    "incremental": true
  },
  "include": ["src", "next-env.d.ts"]
}