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.
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.TypeScriptand 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 Microsonothing from Microsoft or maps is found.