Running on Visual Studio 2017 with the new Javascript Language Service enabled:
1) Create a ASP.NET Core Web Application
2) NPM Install a package which includes a d.ts definitions (e.g. npm install axios)
3) Try to consume the installed js in a plain js file (not in a typescript file!)
4) You don't get any intellisense
If you import the library intelisense lights up:
So my question is:
What is the correct way to get intellisense without importing the module?