aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/tsconfig.json
blob: 970215c0f0065c72b125d7c95b498befe21382ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "noEmit": true,
    "types": [
      "node",
      "vite/client"
    ]
  },
  "references": [
    {
      "path": "../shared"
    }
  ],
  "include": [
    "src/**/*.ts",
    "types/**/*.d.ts"
  ]
}