-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Parameter 'assets' implicitly has an 'any' type. #1243
Comments
Oh thanks for the report. Lines 356 to 362 in 8b7255f
Could you please create a pull request for this? |
done |
Released in 4.0.0-beta.8 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected behaviour
No typing error when using TypeScript
Current behaviour
version 4.0.0-beta.7
ERROR in /home/chla/Code/template/node_modules/html-webpack-plugin/typings.d.ts(105,11):
TS7006: Parameter 'assets' implicitly has an 'any' type.
ERROR in /home/chla/Code/template/node_modules/html-webpack-plugin/typings.d.ts(114,11):
TS7006: Parameter 'assets' implicitly has an 'any' type.
Environment
tsc 3.5.3 with noImplicitAny enabled
fix
manually add any type to
assets
will fix this errorThe text was updated successfully, but these errors were encountered: