X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp%2Ftsconfig.json;h=d82d78b66ad950eb3181a2297820bb84467b87fa;hb=38c0c21a969e621c725245ce91c78e77076c5ce7;hp=0fdb5c817dbe01aae61efcae68edd554638914ac;hpb=b0d130807fb9bf36f5ac1abe21cbd558eb86d5cc;p=src%2Fxds%2Fxds-agent.git 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 +}