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.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/subprojects/frontend/tsconfig.shared.json b/subprojects/frontend/tsconfig.shared.json
new file mode 100644
index 00000000..b7e1de55
--- /dev/null
+++ b/subprojects/frontend/tsconfig.shared.json
@@ -0,0 +1,13 @@
1{
2 "extends": "./tsconfig.base.json",
3 "compilerOptions": {
4 "composite": true,
5 "lib": ["ES2022"],
6 "types": [],
7 "emitDeclarationOnly": true,
8 "outDir": "build/typescript"
9 },
10 "include": [
11 "src/xtext/BackendConfig.ts",
12 ]
13}