diff --git a/lodash/lodash.d.ts b/lodash/lodash.d.ts index a172f7498..903497617 100644 --- a/lodash/lodash.d.ts +++ b/lodash/lodash.d.ts @@ -18284,3 +18284,6 @@ declare module _ { declare module "lodash" { export = _; } + +// Backward compatibility with --target es5 +interface Map {}