Fixed: Cannot use JSX unless the ‘–jsx’ flag is provided
This blog post is about fixing issues related to building a project with TypeScript files. Basically, if your jsx or tsx -files are not getting built to js-files (which is what the browser understands) in Visual Studio’s build, this post might solve the issue for you. Description Whilst converting a…Continue reading Fixed: Cannot use JSX unless the ‘–jsx’ flag is provided