diff options
Diffstat (limited to 'webapp/tsconfig.json')
-rw-r--r-- | webapp/tsconfig.json | 5 |
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 +} |