vadimdemedes / mongorito

🍹 MongoDB ODM for Node.js apps based on Redux
1.38k stars 90 forks source link

Visual Studio 2017 intellisense support #190

Open dee-cf opened 7 years ago

dee-cf commented 7 years ago

I've installed mongorito together with node 4.9.3. and latest mongodb. It all works well & good but when using it in my project, Visual Studio 2017 Intellisense doesn't recognize anything i require from 'mongorito' so i was wondering is it some known problem or is there something additionally to be done in order to get it to work?

Its not a game-stopping problem but it is a bit annoying.

Thanks.

larrybolt commented 6 years ago

Hi @codefactorydevelopment That has to do with there not being a typescript definition repository for this library.

It's not that difficult to do, but time has to be put into it.