In Visual Studio 2013, the configurations of typescript is little bit challenging but you can configure typescript manually easily. Following steps as given below. Step 1 In the Step1, right-click on your project and Unload Project. Step 2 In the Step 2, right-click the unloaded project and edit to .csproj file. Step 3 In the Step 3, add a PropertyGroup node in under the project node which is given below. < PropertyGroup Condition = " '$(Configuration)' == 'Debug' " > < TYPESCRIPTTARGET > ES5 </ TYPESCRIPTTARGET > < TYPESCRIPTJSXEMIT > NONE </ TYPESCRIPTJSXEMIT > < TYPESCRIPTCOMPILEONSAVEENABLED > TRUE </ TYPESCRIPTCOMPILEONSAVEENABLED > < TYPESCRIPTNOIMPLICITANY > FALSE </ TYPESCRIPTNOIMPLICITANY > < TYPESCRIPTMODULEKIND > COMMONJS </ TYPESCRIPTMODULEKIND > ...
Angular, React, JavaScript, Java, PHP, SQL, C#, Vue, NodeJs, TypeScript and Interview Questions Answers