aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/tsconfig.json
blob: 80329662846d14c910cbe2f32d6e4de48453b582 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@hoarder/tsconfig/node.json",
  "include": ["**/*.ts"],
  "exclude": ["node_modules"],
  "compilerOptions": {
    "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
  },
}