When I do `ts2kt`, should I be renaming `index.d.t...
# javascript
j
When I do
ts2kt
, should I be renaming
index.d.ts
to
jquery.d.ts
, or the output
index.kt
to
jquery.kt
? I'm getting all sorts of reference-not-found errors in the output files...
Almost an error on every line:

https://i.imgur.com/xqizLIP.png

b
About name — it’s up to you. About result of convertation -- it’s known issue, we’ll work on it, and today we’ll provide the fixed declaration for jquery, stay tuned.
j
That's awesome. Thank you!
b
@jonathan you can grab required declarations from here https://github.com/Kotlin/js-externals/tree/master/externals/jquery
👍 1