unreal-chat/packages/typescript-config/react-library.json
2025-03-03 22:46:02 -05:00

7 lines
136 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./base.json",
"compilerOptions": {
"jsx": "react-jsx"
}
}