Debug ionic 2 project with visual studio 2017 community

Hi All,

I have installed visual studio 2017 and ionic 2 project template. For the sample project created with side menu , I can run and compile it fine. But when I put a break point on page.ts page , the debug never stops on this line. So does any one knows how to debug ionic 2 project in vs 2017? I can see the tsconfig.json and source map enabled but no map files for the pages are create in the build directory.

regards
Mahesh

Found answer in forum , search for Debugging typescript in chrome?