mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 03:30:10 +01:00
Sets tsc target to fix playground compile issues
This commit is contained in:
parent
4886e1da08
commit
6c77360f6b
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ import { exit } from "process";
|
|||
"yarn",
|
||||
[
|
||||
"tsc",
|
||||
"--target",
|
||||
"es6",
|
||||
"--noEmit",
|
||||
"--allowJs",
|
||||
"--checkJs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue