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