aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/tsconfig.json')
-rw-r--r--webapp/tsconfig.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/webapp/tsconfig.json b/webapp/tsconfig.json
index 0fdb5c8..d82d78b 100644
--- a/webapp/tsconfig.json
+++ b/webapp/tsconfig.json
@@ -14,6 +14,9 @@
"lib": [
"es2017",
"dom"
+ ],
+ "plugins": [
+ { "name": "tslint-language-service"}
]
}
-} \ No newline at end of file
+}