aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/tsconfig.node.json
blob: f5d6e6ec9536af91b3ca1ebfa9f6711dc6274f32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    "composite": true,
    "checkJs": true,
    "lib": ["ESNext"],
    "types": ["node"],
    "emitDeclarationOnly": true,
    "outDir": "build/typescript"
  },
  "include": [
    ".eslintrc.cjs",
    "prettier.config.cjs",
    "types/node",
    "vite.config.ts"
  ]
}