aboutsummaryrefslogtreecommitdiffstats
path: root/packages/open-api/tsconfig.json
blob: d97c8ef4001a07a5d2d358eb275702b9f29d6b7d (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"
  },
}