aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/tsconfig.json
blob: e18e7d338f8b814f207c183dcfdf25099f46dd97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "extends": "../../config/tsconfig.base.json",
  "compilerOptions": {
    "noEmit": true,
    "types": ["@types/jest", "node"]
  },
  "references": [
    {
      "path": "../service-shared/tsconfig.build.json"
    },
    {
      "path": "../shared/tsconfig.build.json"
    },
    {
      "path": "../test-utils/tsconfig.build.json"
    }
  ],
  "include": [
    "src/**/*.ts",
    "types/**/*.d.ts",
    ".eslintrc.cjs",
    "esbuild.config.js",
    "jest.config.js"
  ]
}