naive-ui/tsconfig.test.json
2022-04-19 00:48:50 +08:00

7 lines
82 B
JSON

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