This website requires JavaScript.
Explore
Help
Sign In
Grasscutters
/
mitmproxy
Watch
3
Star
0
Fork
0
You've already forked mitmproxy
mirror of
https://github.com/Grasscutters/mitmproxy.git
synced
2024-11-22 15:37:45 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
6def195743
mitmproxy
/
web
/
tsconfig.json
8 lines
126 B
JSON
Raw
Normal View
History
Unescape
Escape
replace dropdown with popper.js-based implementation
2021-06-16 20:28:29 +00:00
{
"compilerOptions"
:
{
"esModuleInterop"
:
true
,
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-20 00:12:59 +00:00
"jsx"
:
"react"
,
"strictNullChecks"
:
true
,
replace dropdown with popper.js-based implementation
2021-06-16 20:28:29 +00:00
}
}
Reference in New Issue
Copy Permalink