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