naive-ui/tsconfig.esbuild.json

9 lines
143 B
JSON
Raw Permalink Normal View History

2022-08-12 02:53:13 +08:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
2022-08-31 22:33:03 +08:00
"jsx": "react",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment"
2022-08-12 02:53:13 +08:00
}
}