aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
Diffstat (limited to 'client/src')
-rw-r--r--client/src/tsconfig.app.json8
1 files changed, 7 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",