Hacker News new | ask | show | jobs
by Tarks 3699 days ago
With TS do I have to have a spec for every third party code or can I import something and use it as-is, but not get the benefits of TS on that part of the code?
1 comments

You can do both.
Seems like a silly conundrum to be in.