aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-npm/apps/web/tsconfig.json
blob: a355365ba6525f861183a7a2f480ca1b4f0a2156 (plain) (blame)
1
2
3
4
5
{
  "extends": "tsconfig/nextjs.json",
  "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
  "exclude": ["node_modules"]
}