OfficeDev / fluent-blocks

A rich component library, still in development, for providing experiences from Microsoft’s Fluent design system
https://aka.ms/fluent-blocks-storybook
MIT License
23 stars 7 forks source link

Enable builds to CJS, ESM, and types #75

Closed thure closed 2 years ago

thure commented 2 years ago

This PR removes zod for the time being since tsc could not build its inferred types.

We should consider using ts-to-zod if we want to use parsing validation in the future.

This PR otherwise fixes any other issues getting up-and-running using this project after installing from NPM.