mraow/client/tsconfig.json
2023-05-09 04:30:55 -05:00

6 lines
83 B
JSON

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