now, there a ton of errors when building the proje...
# javascript
f
now, there a ton of errors when building the project if I export many classes (the compiler crashes…) but besides that the main problem is that I cannot compile the project using the module generated from Kotlin because I get a lot of these errors:
Copy code
node_modules/mps-protocol/kotlin/mps-protocol.d.ts:53:15 - error TS2503: Cannot find namespace 'kotlin'.

53         refs: kotlin.collections.Map<string, com.strumenta.mpsprotocol.data.ReferenceInfo>;