创建项目123yarn create-react-app my-app --template typescript//ornpx create-react-app my-app --template typescript React.Component12345//index.jsimport React from "react";import { createRoot } from "react-dom/client";