Writing TypeScript in Monaco Editor
·
1 min read
·
40
Words
·
-Views
-Comments
Providing a Monaco TypeScript editor on the web - here are some configuration tips
- Declare TypeScript as the language in the editor
- Add type declarations to the TypeScript language using addExtraLib
Beyond these, there are common settings like Minimap/Width/Height/Theme, etc.