Sets tsc target to fix playground compile issues

This commit is contained in:
Henning Dieterichs 2023-04-04 11:00:31 +02:00 committed by GitHub
parent 4886e1da08
commit 6c77360f6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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