I got the "Definitely Typed" typescript definition file for JQuery and it uses bool instead of 'Boolean'.
This is giving me errors in my typescript project: Cannot find name 'bool'
I changed my version to use Boolean and it works, but it has me confused.
Is Definitely Typed still the place to get typescript definitions? If so, why is it not breaking for everyone else?
Is there a better place to get typescript definitions?