naive-ui/tsconfig.esbuild.json
2022-08-31 22:33:03 +08:00

9 lines
143 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"jsx": "react",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment"
}
}