summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 06a3171..c0a6058 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,7 +3,7 @@
"outDir": "./dist/",
"sourceMap": true,
"module": "commonjs",
- "target": "es5",
+ "target": "ES2015",
"lib": [ "es2015", "dom" ],
"strict": true
}