micro-app/tsconfig.json
2024-03-05 10:56:36 +08:00

7 lines
91 B
JSON

{
"compilerOptions": {
"jsx": "react"
},
"extends": "./src/.umi/tsconfig.json"
}