Sets tsc target to fix playground compile issues

pull/3879/head
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
1 changed files with 2 additions and 0 deletions

View File

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