aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.vite-config.json
blob: b941809e8a2006e0be4ee66d9a2d5313928f9d38 (plain) (blame)
1
2
3
4
5
6
7
8
{
  "extends": "@tsconfig/node18/tsconfig.json",
  "include": ["vite.config.*"],
  "compilerOptions": {
    "composite": true,
    "types": ["node", "vitest"]
  }
}