2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-04-18 14:50:56 +08:00
naive-ui/tsconfig.test.json
2022-04-19 00:48:50 +08:00

7 lines
82 B
JSON

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