Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 521 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 521 Bytes

Monaco Editor with TypeScript Acquisition

Takes advantage of:

  • the TypeScript language service in the Monaco Editor
  • the @typescript/ata package to acquire the type definitions

Try it

Deployed on netlify: https://monaco-ts.netlify.app

  1. hover the cursor on those variables above to see the types.
  2. try to import any other library, the types will be automatically loaded.
image