chore(config): 配置 jsconfig.json 中的 jsx 编译选项
- 为 jsconfig.json 添加 jsx: react 配置项 - 确保 jsx 文件能够被正确编译和识别master
parent
1b016aba54
commit
b75c37e7fa
|
|
@ -3,7 +3,8 @@
|
|||
"baseUrl": "src",
|
||||
"paths": {
|
||||
"~/*": ["*"]
|
||||
}
|
||||
},
|
||||
"jsx": "react"
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue