tsc
TypeScript
React
trouble-shoot
src
directory
tsc
tsconfig.json
path
dot
import
.tsx
JSX.IntrinsicElements
TS2339
こまったこと: 1. カスタムソースディレクトリー ./src.react を tsc が認識できなかった 諸事情により ./src ではなく ./src.react に react 用のソースを配置していたが、 tsconfig.json の include では "." 文字の入ったディレクトリーは認識しない仕様…