Typescript Definition files contain information about the type of code written in Javascript.
Javascript does not contain type information, so Typescript cannot magically retrieve this information. To solve this problem, definition files are created that tell Typescript what types are used there.
So, you can use third-party libraries without a definition file, but you will lose the type security that Typescript offers.
, jQuery, IDE intellisense/auto API jQuery. , Typescript , .
Typescript , Typescript.