mitmproxy/web/tsconfig.json
Alex Gershberg 8f13293771
Add prettier to mitmweb (#5985)
Co-authored-by: Maximilian Hils <git@maximilianhils.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-03-12 17:50:15 +01:00

10 lines
186 B
JSON

{
"compilerOptions": {
"target": "ES6",
"moduleResolution": "node",
"esModuleInterop": true,
"jsx": "react",
"strictNullChecks": true
}
}