What's wrong with my tsconfig.json? not working with all .tsx files

115 Views Asked by At

MyProject code shot package.json

I create a new project to try typescript. I want to use types checking in both .ts and .tsx files without useing import.

All right with .ts files. But the vscode shows problems with .tsx files. I don't know what's wrong. T_T.

I have google a lot. And try to edit tsconfig.json "include". But still not working.

0

There are 0 best solutions below