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",
[
"tsc",
"--target",
"es6",
"--noEmit",
"--allowJs",
"--checkJs",