Skip to content

vaakian/monaco-ts

Repository files navigation

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