According to information provided in the latest announcement, declarations are now automatically generated from the Polymer source.
I recently upgraded to Polymer 2.4 and encountered an error during project build due to a missing typescript definition file for one of the packages. Despite verifying that I have the latest version installed, the issue persists. The installation of Polymer and its dependencies was done via bower.
Specifically, the package causing trouble is iron-fit-behavior, as it lacks an iron-fit-behavior.d.ts file. I noticed a recent update regarding configuration for type declarations but am unsure how to proceed without manually adding the file. Any guidance on including the missing file (without manual intervention) or configuring its generation would be greatly appreciated. Please assist me!