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:empty-npm-package@1.0.0"
}
in the package.json, but that's not great.
Hi, your typescript is showing, specifically as a
dependencyand not adevDependency, which adds ~ 65MB to production builds.End-users can override it with
in the
package.json, but that's not great.