0.1.0-alpha.3 • Published 5 years ago
@thoughts/types v0.1.0-alpha.3
@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.