mitmproxy/web/tsconfig.json
Maximilian Hils 9b119c3dac web: major upgrades
This commit brings a bunch of under-the-hood mitmweb improvements:

 - migrate large parts of the codebase to typescript
 - introduce modern react testing conventions
 - vendor react-codemirror to silence warnings
 - use esbuild for both bundles and tests
 - move from yarn to npm
 - various fixes across the board
2021-06-21 17:51:47 +02:00

8 lines
126 B
JSON

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