mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Remove no longer needed README.md files
This commit is contained in:
parent
8c6103a3b4
commit
cb84b99583
6 changed files with 18 additions and 105 deletions
|
|
@ -1,20 +0,0 @@
|
|||
# Monaco TypeScript
|
||||
|
||||
Simple TypeScript and JavaScript language support for the Monaco Editor.
|
||||
|
||||

|
||||
|
||||
_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
|
||||
Loading…
Add table
Add a link
Reference in a new issue