Fix TypeScript build error with updated lodash type definitions
This commit is contained in:
parent
9017ef6fdc
commit
0f3e3ebb3b
|
|
@ -4,7 +4,7 @@
|
|||
"target": "es5",
|
||||
"outDir": "tmp",
|
||||
"sourceMap": false,
|
||||
"lib": ["es6"]
|
||||
"lib": ["es5"]
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
|
|
|
|||
Loading…
Reference in New Issue