Simple question about Kotlin JS: I am in a project folder with a local node_modules directory. I want to create a script.kt that does an import of a module within the node_modules. I am using the command-line compiler kotlinc-js, but nothing is found. What is the magic to allow the compiler to pull in JS from the node_modules? Do I have to run the ts2kt converter? Do I need a package.json of some sort? Thank you!
b
bashor
05/03/2017, 7:12 PM
tylerwilson: take a look to “-module-kind” option of