aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/tsconfig.json
blob: 1a569d25f48042e689c8b44edc26f0062bab08ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "types": [
      "node",
      "vite/client"
    ]
  },
  "include": [
    "src/**/*.ts",
    "types/**/*.d.ts"
  ]
}