naive-ui/tsconfig.esbuild.json

7 lines
82 B
JSON
Raw Normal View History

2022-08-12 02:53:13 +08:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"jsx": "react"
}
}