aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db/tsconfig.json
blob: 4b2dbfe941ee93f72b53e67dd05c31ca3013bbc1 (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"
  }
}