Bump tsconfig target to es6

Change-type: major
Signed-off-by: Cameron Diver <cameron@resin.io>
This commit is contained in:
Cameron Diver 2018-08-17 13:06:41 +01:00 committed by Tim Perry
parent 684ac9fa24
commit f65e777d1b

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"target": "es6",
"outDir": "build",
"strict": true,
"strictPropertyInitialization": false,