fix: Add es2015 lib to tsconfig.json

Change-type: patch
Signed-off-by: Cameron Diver <cameron@resin.io>
This commit is contained in:
Cameron Diver 2018-09-03 09:35:15 -07:00
parent 8bd895d24f
commit 0c2c566da8
No known key found for this signature in database
GPG Key ID: 69264F9C923F55C1

View File

@ -8,7 +8,10 @@
"removeComments": true,
"sourceMap": true,
"strictNullChecks": true,
"outDir": "./build/src/"
"outDir": "./build/src/",
"lib": [
"es2015",
]
},
"include": [
"src/**/*.ts",