X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=webapp%2Ftsconfig.json;h=d82d78b66ad950eb3181a2297820bb84467b87fa;hb=33ccf05a201c48bdf259275a00fe33f2be872df6;hp=0fdb5c817dbe01aae61efcae68edd554638914ac;hpb=fb2f6b918beb0a994ad304bfd678ef0c5c562210;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 +}