mitmproxy/web/tsconfig.json

7 lines
91 B
JSON
Raw Normal View History

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