Why is it that even though TypeScript claims to be a strict superset of JavaScript, I'm unable to import an external library without needing a corresponding d.ts
file for it to function properly? Shouldn't I be able to use the plain JavaScript library directly without having to worry about type checking?