mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
Expose full ts object to global ts
This commit is contained in:
parent
6535feb2a5
commit
1b8bf663ae
4 changed files with 7 additions and 1 deletions
|
|
@ -134,6 +134,7 @@ export var IndentStyle = ts.IndentStyle;
|
|||
export var ScriptKind = ts.ScriptKind;
|
||||
export var ScriptTarget = ts.ScriptTarget;
|
||||
export var TokenClass = ts.TokenClass;
|
||||
export var typescript = ts;
|
||||
// END MONACOCHANGE
|
||||
`;
|
||||
fs.writeFileSync(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue