Error TS2688: Cannot find type definition file for 'express-unless'

When creating Moralis server while trying to yarn build I get this error.

error TS2688: Cannot find type definition file for ‘express-unless’.
The file is in the program because:
Entry point for implicit type library ‘express-unless’

Try deleting the express-unless folder from node_modules/@types in your project directory and running yarn build again.

That package doesn’t seem to be included as a dependency so it shouldn’t affect anything.

Did you ever resolve this issue?