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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/language-web/tsconfig.json b/language-web/tsconfig.json
index 7f43a8b5..d028a64f 100644
--- a/language-web/tsconfig.json
+++ b/language-web/tsconfig.json
@@ -4,7 +4,7 @@
4 "module": "ES2020", 4 "module": "ES2020",
5 "moduleResolution": "node", 5 "moduleResolution": "node",
6 "paths": { 6 "paths": {
7 "xtext/*": ["./src/main/js/xtext/*"] 7 "xtext/*": ["./src/main/js/xtext/*"],
8 }, 8 },
9 "esModuleInterop": true, 9 "esModuleInterop": true,
10 "allowSyntheticDefaultImports": true, 10 "allowSyntheticDefaultImports": true,
@@ -16,5 +16,5 @@
16 "noEmit": true 16 "noEmit": true
17 }, 17 },
18 "include": ["./src/main/js/**/*"], 18 "include": ["./src/main/js/**/*"],
19 "exclude": ["./src/main/js/xtext/**/*"] 19 "exclude": ["./build/generated/sources/lezer/*"]
20} 20}