Closed fracek closed 5 months ago
At the moment, any change to a package (core, chains, etc) requires compiling the project before it can be used in the documentation.
This PR changes the default configuration used by pnpm/npm to provide Typescript files and exports the compiled javascript files only on publish.
Context
At the moment, any change to a package (core, chains, etc) requires compiling the project before it can be used in the documentation.
This PR changes the default configuration used by pnpm/npm to provide Typescript files and exports the compiled javascript files only on publish.