diff options
-rw-r--r-- | client/src/tsconfig.app.json | 8 | ||||
-rw-r--r-- | client/tsconfig.json | 2 |
2 files changed, 9 insertions, 1 deletions
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 @@ | |||
4 | "outDir": "../out-tsc/app", | 4 | "outDir": "../out-tsc/app", |
5 | "baseUrl": "./", | 5 | "baseUrl": "./", |
6 | "module": "es2015", | 6 | "module": "es2015", |
7 | "types": [] | 7 | "types": [], |
8 | "lib": [ | ||
9 | "es2017", | ||
10 | "es2016", | ||
11 | "es2015", | ||
12 | "dom" | ||
13 | ] | ||
8 | }, | 14 | }, |
9 | "exclude": [ | 15 | "exclude": [ |
10 | "test.ts", | 16 | "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 @@ | |||
13 | ], | 13 | ], |
14 | "lib": [ | 14 | "lib": [ |
15 | "es2017", | 15 | "es2017", |
16 | "es2016", | ||
17 | "es2015", | ||
16 | "dom" | 18 | "dom" |
17 | ], | 19 | ], |
18 | "baseUrl": "src", | 20 | "baseUrl": "src", |