mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Co-authored-by: Maximilian Hils <git@maximilianhils.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
9 lines
186 B
JSON
9 lines
186 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"jsx": "react",
|
|
"strictNullChecks": true
|
|
}
|
|
}
|