mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
10 lines
216 B
JSON
10 lines
216 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"jsx": "react",
|
|
"strictNullChecks": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|