aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/tsconfig.shared.json
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/tsconfig.shared.json')
-rw-r--r--subprojects/frontend/tsconfig.shared.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/subprojects/frontend/tsconfig.shared.json b/subprojects/frontend/tsconfig.shared.json
index f7b56a1d..154fe122 100644
--- a/subprojects/frontend/tsconfig.shared.json
+++ b/subprojects/frontend/tsconfig.shared.json
@@ -1,3 +1,8 @@
1/*
2 * SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/>
3 *
4 * SPDX-License-Identifier: EPL-2.0
5 */
1{ 6{
2 "extends": "./tsconfig.base.json", 7 "extends": "./tsconfig.base.json",
3 "compilerOptions": { 8 "compilerOptions": {
@@ -6,6 +11,6 @@
6 "types": [], 11 "types": [],
7 }, 12 },
8 "include": [ 13 "include": [
9 "src/xtext/BackendConfig.ts", 14 "src/xtext/BackendConfig.ts"
10 ] 15 ]
11} 16}