aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'language-web/tsconfig.json')
-rw-r--r--language-web/tsconfig.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/language-web/tsconfig.json b/language-web/tsconfig.json
index 7f43a8b5..f1f24a1f 100644
--- a/language-web/tsconfig.json
+++ b/language-web/tsconfig.json
@@ -3,9 +3,6 @@
3 "target": "ES2020", 3 "target": "ES2020",
4 "module": "ES2020", 4 "module": "ES2020",
5 "moduleResolution": "node", 5 "moduleResolution": "node",
6 "paths": {
7 "xtext/*": ["./src/main/js/xtext/*"]
8 },
9 "esModuleInterop": true, 6 "esModuleInterop": true,
10 "allowSyntheticDefaultImports": true, 7 "allowSyntheticDefaultImports": true,
11 "jsx": "react", 8 "jsx": "react",
@@ -16,5 +13,5 @@
16 "noEmit": true 13 "noEmit": true
17 }, 14 },
18 "include": ["./src/main/js/**/*"], 15 "include": ["./src/main/js/**/*"],
19 "exclude": ["./src/main/js/xtext/**/*"] 16 "exclude": ["./build/generated/sources/lezer/*"]
20} 17}