tsover-monaco-editor
v0.55.1
Published
A browser based code editor
Readme
monaco-custom-ts
A fork of microsoft/monaco-editor meant for swapping the TypeScript instance used by Monaco.
Usage
Option A: Prebuilt with tsover
A prebuilt Monaco with tsover will be available on NPM in near future.
Option B: Build locally
Clone the repo, replace TypeScript version and build (substitute
npm:tsover@^5.9.11 with the desired version):
npm install -D "typescript@npm:tsover@^5.9.11" && npm install && npm run import-typescript && npm run buildThen in your project's package.json, link an appropriate path, for example:
"monaco-editor": "file:../monaco-custom-ts/out/monaco-editor"