Since I last started a project in Meteor, new collection methods have been added, but the Typescript types for methods like insertAsync and countAsync are simply missing and I get red validation errors, even on a brand new project created with meteor create project --typescript
Yep, might be that the scaffold for typescript doesn’t ship with an updated version of that package, which provides TS definitions to mongo, among other packages.