Remove no longer needed README.md files

This commit is contained in:
Alexandru Dima 2021-11-12 13:33:05 +01:00
parent 8c6103a3b4
commit cb84b99583
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
6 changed files with 18 additions and 105 deletions

View file

@ -1,20 +0,0 @@
# Monaco TypeScript
Simple TypeScript and JavaScript language support for the Monaco Editor.
![typescript](https://cloud.githubusercontent.com/assets/5047891/15926623/5262fe08-2e3d-11e6-9b90-1d43fda07178.gif)
_Note_ that this project focuses on single-file scenarios and that things like project-isolation, cross-file-features like Rename etc. are _outside_ the scope of this project and not supported.
## Development
- watch with `npm run watch`
- compile with `npm run prepublishOnly`
- open `$/monaco-typescript/test/index.html` in your favorite browser.
## Updating TypeScript
- change typescript's version in `package.json`.
- execute `npm install .`
- execute `npm run import-typescript`
- adopt new APIs