aboutsummaryrefslogtreecommitdiffstats
path: root/packages/plugins-queue-restate/tsconfig.json
blob: 3bfa695cf30c2776fda084014b8c8657807ec0c9 (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": {
    "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
  }
}