mirror of
https://github.com/type-challenges/type-challenges.git
synced 2025-12-08 19:06:13 +00:00
fix(actions): tsconfig
This commit is contained in:
parent
5d187c6219
commit
44aa1a0d32
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user