summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index a8bbe91..9956ef7 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,7 +7,8 @@
7 "~*": ["./*"] 7 "~*": ["./*"]
8 }, 8 },
9 "strict": true, 9 "strict": true,
10 "target": "ES2015" 10 "target": "ES2015",
11 "lib": ["es2015", "dom" ,"esnext"],
11 }, 12 },
12 "include": ["src/**/*"] 13 "include": ["src/**/*"]
13} 14}