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