aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-prisma/packages/database/tsconfig.json
blob: cbf6061ef535f0232ecea8483496482e7b4db090 (plain) (blame)
1
2
3
4
5
{
  "extends": "tsconfig/node16.json",
  "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "tsup.config.ts"],
  "exclude": ["node_modules"]
}