See the change log for changes and road map. Note! This extension only works on the latest version of Visual Studio 2017 for ASP.NET Core projects. Content
Enable transpilationIn order for the automatic transpiling to happen, a This extension makes it easy to get started by placing a command on the context menu of .js and .jsx files in Solution Explorer. The This command is only available if no tsconfig.json file is found. OptionsSince this extension uses the TypeScript compiler under the hood, all options set in the You can set options under the Transpile on saveWhen the TroubleshootingIf the compilation doesn't work, the first thing to try is to build the ASP.NET Core project. That triggers the built-in TypeScript compiler. If the output If it works on project build, then it should work when saving source files too. Exceptions from this extensions is shown in the output window, so make sure to check it for any clues. ContributeCheck out the contribution guidelines if you want to contribute to this project. For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project. License |