Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lvce-editor/language-features-typescript

Typescript integration for Lvce Editor
https://github.com/lvce-editor/language-features-typescript

lvce-editor typescript

Last synced: 3 days ago
JSON representation

Typescript integration for Lvce Editor

Awesome Lists containing this project

README

        

# builtin.language-features-typescript

## Contributing

```sh
git clone [email protected]:lvce-editor/language-features-typescript.git &&
cd language-features-typescript &&
npm ci &&
npm test
```

## Gitpod

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/lvce-editor/language-features-typescript)

## Credits

This extension is based on https://github.com/microsoft/vscode/tree/main/extensions/typescript-language-features by Microsoft (License MIT)