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