Replies: 2 comments 2 replies
-
Hello, TypeScript is currently not supported by Fable.Compiler, so there is no way to configure anything. I'm not quite sure what your exact use case is, but if you need |
Beta Was this translation helpful? Give feedback.
0 replies
-
I ended up using the standard approach from here https://fable.io/docs/getting-started/typescript.html which is working fine. I’m not familiar with the internals. I assumed this functionality would be available programmatically if the cli supports it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to use the plugin in a typescript project? I currently get
Cannot find module './Util.fs' or its corresponding type declarations.
, since the extension is unknown to typescript. Perhaps fable's typescript output could be used to avoid having to define typings for every file?Beta Was this translation helpful? Give feedback.
All reactions