openapi-generator
openapi-generator copied to clipboard
[REQ] [Typescript] Specify "files" property in package.json
Is your feature request related to a problem? Please describe.
When publishing the compiled package to NPM the dist folder is ignored because of the .gitignore file.
Describe the solution you'd like
As a solution, adding "files": [ "dist" ] to the package.json file will only include the default files (package.json, README, and LICENSE) plus the dist folder in the published package.