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

Title: Fix TypeScript Error TS7016 for js-yaml Import #377

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

JuliusBairaktaris
Copy link
Contributor

This pull request fixes TypeScript error TS7016 that occurs when importing the js-yaml module within src/utils/config.ts. The error indicates that TypeScript could not find a declaration file for the js-yaml module, resulting in an implicit 'any' type for the module import. To fix this, I added it to package.json.

@prototypa prototypa merged commit ba7ee96 into onwidget:main Feb 24, 2024
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 this pull request may close these issues.

2 participants