diff --git a/client/src/tsconfig.app.json b/client/src/tsconfig.app.json index 4339f4d4b..af7a74e9e 100644 --- a/client/src/tsconfig.app.json +++ b/client/src/tsconfig.app.json @@ -4,7 +4,13 @@ "outDir": "../out-tsc/app", "baseUrl": "./", "module": "es2015", - "types": [] + "types": [], + "lib": [ + "es2017", + "es2016", + "es2015", + "dom" + ] }, "exclude": [ "test.ts", diff --git a/client/tsconfig.json b/client/tsconfig.json index 43b27ce8e..8ce9c5f96 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -13,6 +13,8 @@ ], "lib": [ "es2017", + "es2016", + "es2015", "dom" ], "baseUrl": "src",