openapi-generator icon indicating copy to clipboard operation
openapi-generator copied to clipboard

[REQ] [Typescript] Specify "files" property in package.json

Open bootsie123 opened this issue 1 year ago • 0 comments

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.

bootsie123 avatar Jun 24 '24 02:06 bootsie123