Is there a way to compile the typescript definitio...
# javascript
s
Is there a way to compile the typescript definitions for dev, and not just for prod compiles?
a
generateTypeScriptDefinitions()
inside the
js
block doesn't work?
s
that only works on Kotlin 1.8.20 I think?
👌 1
I'm on 1.8 because of Compose, and there is a bug that stops me from updating