microsoft / TypeScript-React-Conversion-Guide

A guide for converting a simple JavaScript/React project to TypeScript. Contains both before an after code with the step-by-step process in the README below.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React 16

jimthedev opened this issue · comments

Is there any way to get typescript to show the correct line numbers in React 16? It seems like right now it is showing the error numbers from the JS and not the TSX?

Specifically ts-jest is the project having this issue.

Did you tried the "typescript-babel-jest" ⏪

I'm going to close this, I'd recommend looking at ts-jest or the jest docs for the answers 👍

(given the amount of years it has been, I'd like to hope you found an answer before then )