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