arjun-g / vs-swagger-viewer

Swagger Viewer lets you preview and validate Swagger 2.0 and OpenAPI files as you type in Visual Studio Code.
MIT License
169 stars 47 forks source link

Avoid npm run vscode:prepublish failure #94

Closed tchernobog closed 2 years ago

tchernobog commented 3 years ago

Add a type coercion to any to make sure that the returned YAML object is not strictly checked.

Closes #93