Browse Source

修复vscode点击代码引用不会跳转到组件 (#9104)

js项目如果react组件引用缺少/index  vscode无法导航到定义
pull/9162/head
River 5 years ago
committed by GitHub
parent
commit
5fe0ba7f99
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      jsconfig.json

1
jsconfig.json

@ -1,5 +1,6 @@
{
"compilerOptions": {
"jsx": "react-jsx",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": ".",

Loading…
Cancel
Save