Sets tsc target to fix playground compile issues

pull/3879/head
Henning Dieterichs 2 years ago committed by GitHub
parent 4886e1da08
commit 6c77360f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,8 @@ import { exit } from "process";
"yarn",
[
"tsc",
"--target",
"es6",
"--noEmit",
"--allowJs",
"--checkJs",

Loading…
Cancel
Save