mraow/client/tsconfig.json
2023-05-09 04:31:46 -05:00

7 lines
83 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"jsx": "react-jsx"
}
}