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.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/language-web/tsconfig.json b/language-web/tsconfig.json
index 1cc74f23..7f43a8b5 100644
--- a/language-web/tsconfig.json
+++ b/language-web/tsconfig.json
@@ -12,6 +12,7 @@
12 "strict": true, 12 "strict": true,
13 "noImplicitOverride": true, 13 "noImplicitOverride": true,
14 "noImplicitReturns": true, 14 "noImplicitReturns": true,
15 "exactOptionalPropertyTypes": false,
15 "noEmit": true 16 "noEmit": true
16 }, 17 },
17 "include": ["./src/main/js/**/*"], 18 "include": ["./src/main/js/**/*"],