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