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