fix(actions): tsconfig

This commit is contained in:
Anthony Fu 2020-09-04 14:11:03 +08:00
parent 5d187c6219
commit 44aa1a0d32

View File

@ -173,7 +173,7 @@ const action: Action = async(github, context, core) => {
fresh: !existing_pull,
})
const playgroundURL = toPlaygroundUrl(formatToCode(quiz, locale))
const playgroundURL = toPlaygroundUrl(formatToCode(quiz, locale), info.tsconfig || {})
const playgroundBadge = toBadgeLink(
playgroundURL,