The version of monaco-typescript is independent of the version of typescript it ships and reflects its own API surface

This commit is contained in:
Alex Dima 2019-08-30 14:49:59 +02:00
parent 55e809cc72
commit 6dce21c4e5

View file

@ -1,6 +1,6 @@
{ {
"name": "monaco-typescript", "name": "monaco-typescript",
"version": "3.6.2", "version": "3.5.0",
"description": "TypeScript and JavaScript language support for Monaco Editor", "description": "TypeScript and JavaScript language support for Monaco Editor",
"scripts": { "scripts": {
"compile-amd": "mcopy ./src/lib/typescriptServices-amd.js ./release/dev/lib/typescriptServices.js && tsc -p ./src/tsconfig.json", "compile-amd": "mcopy ./src/lib/typescriptServices-amd.js ./release/dev/lib/typescriptServices.js && tsc -p ./src/tsconfig.json",