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