Fix TypeScript build error with updated lodash type definitions

This commit is contained in:
SteveSandersonMS
2017-02-13 12:50:25 +00:00
parent 9017ef6fdc
commit 0f3e3ebb3b

View File

@@ -4,7 +4,7 @@
"target": "es5",
"outDir": "tmp",
"sourceMap": false,
"lib": ["es6"]
"lib": ["es5"]
},
"exclude": [
"node_modules",