You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To unblock #995 without requiring to upgrade TypeScript, the option noImplicitAny has been disabled from the tsconfig.json generated by the jsii compiler.
Once we upgrade to the 3.7.x version-line, we should be able to restore this validation, although might be tricky since it's a breaking change... Might need to wait until the next major version bump.
The text was updated successfully, but these errors were encountered:
To unblock #995 without requiring to upgrade TypeScript, the option
noImplicitAny
has been disabled from thetsconfig.json
generated by the jsii compiler.Once we upgrade to the 3.7.x version-line, we should be able to restore this validation, although might be tricky since it's a breaking change... Might need to wait until the next major version bump.
The text was updated successfully, but these errors were encountered: