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