|
|
|
|
|
by kuschku
3896 days ago
|
|
It depends – if you write a library, using typescript is extremely helpful. If you just want to write a site while using a bunch of libraries, it might be useful to use VSCode, which provides autocomplete for normal JS code, as long as at least parts of the code have typescript bindings. |
|