mitmproxy/web/tsconfig.json
Maximilian Hils 87d5abd2b0
web: Upgrade Redux (#6926)
* update redux and fix resulting test and type failures
* update prettier
2024-06-14 00:27:33 +02:00

10 lines
216 B
JSON

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