X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=rulemgt-frontend%2Ftsconfig.json;fp=rulemgt%2Fsrc%2Fmain%2Ffrontend%2Fsrc%2Ftsconfig.json;h=414d18eeeff59e3e5384e76e6170b3ec982acd37;hb=9720e7d6a706d79f50778af6a39ce6fba79955ed;hp=e6a6eac11d14e517f75375592ca10d1f22a65c45;hpb=0b1df79ef7749d62b4412e5433538d32feb6850c;p=holmes%2Frule-management.git diff --git a/rulemgt/src/main/frontend/src/tsconfig.json b/rulemgt-frontend/tsconfig.json similarity index 75% rename from rulemgt/src/main/frontend/src/tsconfig.json rename to rulemgt-frontend/tsconfig.json index e6a6eac..414d18e 100644 --- a/rulemgt/src/main/frontend/src/tsconfig.json +++ b/rulemgt-frontend/tsconfig.json @@ -7,6 +7,10 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "removeComments": false, - "noImplicitAny": false + "noImplicitAny": false, + "lib": [ + "es2017", + "dom" + ] } }