Browse Source
修复vscode点击代码引用不会跳转到组件 (#9104)
js项目如果react组件引用缺少/index vscode无法导航到定义
pull/9162/head
River
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
jsconfig.json
|
|
|
@ -1,5 +1,6 @@ |
|
|
|
{ |
|
|
|
"compilerOptions": { |
|
|
|
"jsx": "react-jsx", |
|
|
|
"emitDecoratorMetadata": true, |
|
|
|
"experimentalDecorators": true, |
|
|
|
"baseUrl": ".", |
|
|
|
|