I know there are a number of projects which can compile F# to JavaScript. Does any of these projects support this use case:
- developing an application in TypeScript
- but writing part of the application in F#, as a library
- consuming this F# library from the main TypeScript application, optimally in a type-safe way?