I want to create web app on TypeScript
, wich hosted in console app (NancyFx
self host).
When i create class ASP.NET Web Application
in project properties i can select AMD module system. But in cosole app i can't see this page.
Also in Web Essetials (v 2.5.3) there is no this settings too.
How i can enabled this option directly without adding ///<amd... />
in each file.
I found solution: in
ProjectName.csproj
just add