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.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/language-web/tsconfig.json b/language-web/tsconfig.json
index d028a64f..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",