0.2.1 • Published 2 years ago

@fern-api/dopt-blocks-demo v0.2.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Publish ESM + CJS clients with Fern

Step 1: Output source files

We have configured the TypeScript Generator to output source files to the lib directory.

    - name: fernapi/fern-typescript-node-sdk
    config:
        outputSourceFiles: true
        namespaceExport: DoptBlocks

Step 2: Setup rollup and remaining package files

We have setup the tsconfig.json, package.json, rollup.config.js.

How to run yourself

yarn install
yarn build
npm publish