fix:修改配置

This commit is contained in:
刘汉华 2024-03-05 10:56:36 +08:00
parent b655cdf8d8
commit 7900933f52

View File

@ -1,3 +1,6 @@
{
"compilerOptions": {
"jsx": "react"
},
"extends": "./src/.umi/tsconfig.json"
}