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 e9d8b4d0..1cc74f23 100644
--- a/language-web/tsconfig.json
+++ b/language-web/tsconfig.json
@@ -15,8 +15,5 @@
15 "noEmit": true 15 "noEmit": true
16 }, 16 },
17 "include": ["./src/main/js/**/*"], 17 "include": ["./src/main/js/**/*"],
18 "exclude": [ 18 "exclude": ["./src/main/js/xtext/**/*"]
19 "./src/main/js/xtext/**/*",
20 "./node_modules/**/*"
21 ]
22} 19}