naive-ui/tsconfig.test.json

7 lines
82 B
JSON
Raw Normal View History

2022-04-19 00:37:39 +08:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"jsx": "react"
}
2022-04-19 00:48:50 +08:00
}