aboutsummaryrefslogtreecommitdiffstats
path: root/tooling/prettier/tsconfig.json
blob: 25ea271f2b72253975dc1178cf4d963060d92db5 (plain) (blame)
1
2
3
4
5
6
7
8
{
  "extends": "@karakeep/tsconfig/base.json",
  "compilerOptions": {
    "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
  },
  "include": ["."],
  "exclude": ["node_modules"]
}