metadevpro / openapi3-ts

TS Model & utils for creating and exposing OpenAPI 3.x contracts.
MIT License
485 stars 64 forks source link

Emit helpers to the CJS build. #82

Closed RobinTail closed 2 years ago

RobinTail commented 2 years ago

Fixes the issue #81 by restoring the default value of noEmitHelpers in the CJS build configuration.

RobinTail commented 2 years ago

I checked the build itself — it is operational. And I checked the ability to import CJS from a local build — it also works.

jonluca commented 2 years ago

LGTM!