会自动改写 tsconfig.json
更改文件名后缀由 .js 改为 .tsx
不需要一次性将所有文件全部改完
在 tsconfig.json 里添加
"noImlicitAny": true (禁用隐式的 any)