zodcli
zodcli copied to clipboard
Runtime dependency on typescript adding 65MB
Hi, your typescript is showing, specifically as a dependency and not a devDependency, which adds ~ 65MB to production builds.
End-users can override it with
"resolutions": {
"zodcli/typescript": "npm:[email protected]"
}
in the package.json, but that's not great.