aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/tsconfig.shared.json
blob: b7e1de55b33be10e03149da6d569620bc783df66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    "composite": true,
    "lib": ["ES2022"],
    "types": [],
    "emitDeclarationOnly": true,
    "outDir": "build/typescript"
  },
  "include": [
    "src/xtext/BackendConfig.ts",
  ]
}