Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source files are published in the package #134

Closed
zsilbi opened this issue Apr 19, 2024 · 2 comments · Fixed by #136
Closed

Source files are published in the package #134

zsilbi opened this issue Apr 19, 2024 · 2 comments · Fixed by #136

Comments

@zsilbi
Copy link

zsilbi commented Apr 19, 2024

Hi!

When I open a project that uses this package, VSCode reports errors like the following:

Cannot write file 'node_modules/openapi3-ts/dist/dsl/openapi-builder30.d.ts' because it would overwrite input file.

The published package contains a tsconfig.json file with compileOnSave": true in it: https://www.npmjs.com/package/openapi3-ts/v/4.3.1?activeTab=code

I think these source files should be omitted when the package is published to npm.

@tarjelavik
Copy link

I am getting the same.

@RobinTail
Copy link
Contributor

Made a fix for that, @tarjelavik && @zsilbi : #136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants