-
I had trouble in the past using react Monaco editors with typescript files. Basically the editor wouldn't understand the syntax without additional hacky changes that were way beyond me. I was hoping this Library would work with typescript files, but I see no mention in the read me so. How is the compatibility with typescript files? |
Beta Was this translation helpful? Give feedback.
Answered by
Seanmclem
Dec 12, 2020
Replies: 1 comment 1 reply
-
It does seem to have some level of Typescript support out of the box. Specifically when you use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Seanmclem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It does seem to have some level of Typescript support out of the box. Specifically when you use
language="typescript"
on the tag.