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