vitest/examples/react/tsconfig.json
2022-01-04 01:33:51 +08:00

7 lines
86 B
JSON

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