Replies: 2 comments 1 reply
-
Hi @stoefln! Maybe you could set |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks, @EmilTholin that looks promising! Unfortunately, I have a JS-only project, so I don't even have a tsconfig.json |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using monaco editor in my react-application and would like to show code completion suggestions based on the types I created with MST. There is an example of how you can import typings, but I can't seem to figure out how I could use my existing MST models to generate those typings.
I am sure there is an easy solution, but I guess I just don't know enough about TS and MST.
Any help is very much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions