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.