摘要: 这时候 需要在tsconfig.json中添加一条 "jsx": "react" { "compilerOptions": { "jsx": "react", "target": "es5", "sourceMap": true }, "exclude": [ "node_modules" ] } 阅读全文
posted @ 2020-08-06 14:28 飞尽堂前燕 阅读(3845) 评论(0) 推荐(1)