microsoft/Bing-Maps-V8-TypeScript-Definitions

definitions?

wstaelens opened this issue · 0 comments

I've installed the nuget package but no definitions were added in my asp.net core mvc project.

How can we get this working?

if I do Install-Package Microsoft.BingMaps.V8.TypeScript and then in app.ts

/// <reference path="types/MicrosoftMaps/Microsoft.Maps.All.d.ts" /> cannot find it. even no types directory has been created.

When tryping import 'bingmaps'; new Microso nothing from Microsoft or maps is found.