I'm not sure if this is a silly question, but I was wondering if it's necessary to use definitely typed (.d.ts) versions of external libraries when working with Typescript. Currently, my code base uses jQuery and Knockout in the traditional manner (with scripts/CDNs in the HTML file). I need to transition this code base to Typescript and I'm curious if there will be any complications in keeping the jQuery and Knockout references as they are while using Typescript.