Solved in Metro: Cannot destructure property '__extends' of '_tslib.default' as it is undefined
My use case: I have a monorepo project, but it's not setup like workspaces. There's api, app, all unrelated, except the common project. Common project just contains zod typings that are same...