Should Toth.Json compile with dotnet fable --lang typescript to valid typescript?
I currently get this error when invoking tsc on the result. (fable 5.0.0-alpha.4)

If this is complicated to fix, I would also be happy to use a less generic workaround like sugested in #202 in my on fork.
Background: I am trying to compile my F# to TS only, so that it integrates nicely into a larger Angular App.
My domain model runs on .NET and Browser. Yes, Fable is amazing !
And Thot.Json allows me to de- and serialize on .NET and Browser with the same code. Amazing!
Should Toth.Json compile with

dotnet fable --lang typescriptto valid typescript?I currently get this error when invoking
tscon the result. (fable 5.0.0-alpha.4)If this is complicated to fix, I would also be happy to use a less generic workaround like sugested in #202 in my on fork.
Background: I am trying to compile my F# to TS only, so that it integrates nicely into a larger Angular App.
My domain model runs on .NET and Browser. Yes, Fable is amazing !
And Thot.Json allows me to de- and serialize on .NET and Browser with the same code. Amazing!