aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/tsconfig.shared.json
blob: fe4e78e7a4a943652745d4ed2c43bb88ff4cb52c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/>
 *
 * SPDX-License-Identifier: EPL-2.0
 */
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": {
    "composite": true,
    "lib": ["ES2022"],
    "types": [],
  },
  "include": [
    "src/xtext/BackendConfig.ts"
  ]
}