aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/tsconfig.json')
-rw-r--r--subprojects/frontend/tsconfig.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/subprojects/frontend/tsconfig.json b/subprojects/frontend/tsconfig.json
index 0dccec40..35abd789 100644
--- a/subprojects/frontend/tsconfig.json
+++ b/subprojects/frontend/tsconfig.json
@@ -10,8 +10,12 @@
10 "src", 10 "src",
11 "types" 11 "types"
12 ], 12 ],
13 "exclude": ["types/node"], 13 "exclude": [
14 "src/xtext/BackendConfig.ts",
15 "types/node"
16 ],
14 "references": [ 17 "references": [
15 { "path": "./tsconfig.node.json" } 18 { "path": "./tsconfig.node.json" },
19 { "path": "./tsconfig.shared.json" }
16 ] 20 ]
17} 21}