We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
tsconfig.json
compileOnSave": true
I think these source files should be omitted when the package is published to npm.
The text was updated successfully, but these errors were encountered:
I am getting the same.
Sorry, something went wrong.
Made a fix for that, @tarjelavik && @zsilbi : #136
method
Successfully merging a pull request may close this issue.
Hi!
When I open a project that uses this package, VSCode reports errors like the following:
The published package contains a
tsconfig.json
file withcompileOnSave": true
in it: https://www.npmjs.com/package/openapi3-ts/v/4.3.1?activeTab=codeI think these source files should be omitted when the package is published to npm.
The text was updated successfully, but these errors were encountered: