Mongodb – Cannot find module 'mongoose' with typeScript
I want to use await in a top-level function, and to do that typeScript requests me to put my target language in the tsconfig.json to 2017 or higher and the module to es2022. But when I do that, there is…