Visual Studio 2017, JavaScript intellisense inconsistencies
JS files are for javascript and are not transpiled using the typescript compiler. If you are using typescript then keep all your typescript in ts files. Also, you shouldn’t put typescript inside your cshtml files because typescript is not javascript. You need to use the typescript compiler to transpile your typescript into javascript which you … Read more