typescript的文件扩展名 *.tsx在 tsconfig.json 配置中,启用 jsx渲染tsxconfig.json中,jsx的5种配置 preserve,输出带有 jsx结构的文件,文件名是 .jsxreact,输出原生 js,文件名是 .jsxreact-jsx, react17引入的运行时配置react-jsxdevreact-native,输出的结构是 jsx,文件名是 .js New JSX Transform 中文文档 https://zh-hans.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html英文 https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html