Matthew Spencer
Matthew Spencer
# 🐞 bug report ### Affected Rule `container_push` ### Is this a regression? Worked on 0.12.1 ### Description When running container_push ```ERROR: .../BUILD:51:15: every rule of type container_push_ implicitly depends...
Does anyone get this when trying to use `zod-to-ts` in Deno? ``` deno --version deno 1.35.3 (release, x86_64-apple-darwin) v8 11.6.189.12 typescript 5.1.6 ``` Maybe because of TS 5.x?
Change line 44 from this.options = $.extend({}, defaults, options); to this.options = $.extend({}, defaults, this.$elem.data(), options);