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