@kcinternals/heft-node-rig
v0.39.0
Published
a rig package for node development (internal usage)
Downloads
451
Readme
Heft node-rig
This packages is for internal usage only.
The riggable is a idea from heft cli to simplify building process (learn more).
Profiles
The profiles is a rigging profile to set up building process based on use cases. On this package, contains 2 profiles:
default
- For all typescript node packages managed on this repository (learn more).js
- For all javascript node packages managed on this repository (learn more).
Profile default
This will generate multiple modules output listed below:
lib
- The base module containsCommonJS
javascript codelib-esnext
- containsESNext
module codedist
- contains aggregated typescript definitions- index.d.ts contains all exported types
- index-alpha.d.ts contains only alpha exported types
- index-beta.d.ts contains only beta exported types
- index-public.d.ts contains only public exported types
Profile js
Similar to default profile except below:
- Output only CommonJS on
lib
directory - Support typings on jsdoc instead of typescript