0.1.0-alpha.3 • Published 4 years ago

@thoughts/types v0.1.0-alpha.3

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

@thoughts/types

Notes

Copying package.json After Build

With emitDeclarationOnly set to true TypeScript compiler won't copy the package.json file into the dist directory, even with resolveJsonModule set to true. To combat this we manually copy the package.json file after the build step.

Publishing Preparation

Publishing to NPM must be done within the dist directory generated by running npm run build.