Hi,
The recent version of @types/lodash (v4.14.187) is causing compilation errors. You may see the below error when you build the package.
@types/lodash/common/object.d.ts (1332, 67): ';' expected.
The package in question was released two days ago, on Oct 31st.
@types/lodash - npm (npmjs.com)
There is an active issue logged with lodash team to fix the issue - @types/lodash@4.14.187 compilation issue · Issue #63022 · DefinitelyTyped/DefinitelyTyped (github.com)
Meanwhile, please add the below resolution in your package.json file to mitigate the issue.