mirror of
https://github.com/microsoft/monaco-editor.git
synced 2024-11-25 16:35:44 +08:00
Sets tsc target to fix playground compile issues
This commit is contained in:
parent
4886e1da08
commit
6c77360f6b
@ -14,6 +14,8 @@ import { exit } from "process";
|
||||
"yarn",
|
||||
[
|
||||
"tsc",
|
||||
"--target",
|
||||
"es6",
|
||||
"--noEmit",
|
||||
"--allowJs",
|
||||
"--checkJs",
|
||||
|
Loading…
Reference in New Issue
Block a user