I created a TypeScript file and by dragging the ts file to HTML, Visual Studio added the reference in my HTML file.
Now although the ts file has type information, Intellisense in HTML doesn't provide them.
How do I make Intellisense prompt type information from the referenced ts file in HTML file?

