VSCode 配置 React 项目 Ctrl + 左键:jsx 文件路径跳转

669 阅读1分钟

根目录下 jsconfig.json:

配置:

"compilerOptions": {
  "jsx": "react" // 值:react, react-native, preserve
}

或者 删除 jsconfig.json 文件