Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 28, 2024
1 parent bf00de9 commit e1e7ecc
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions transpiler.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,17 @@
"type": "array"
},
"input_folder": {
"type": "string"
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"lib": {
"description": "to be deprecated, \"lib\"",
Expand Down Expand Up @@ -63,8 +73,6 @@
"required": [
"input_folder",
"output_folder",
"write_unit_tests",
"write_source_map",
"options"
],
"type": "object"
Expand Down

0 comments on commit e1e7ecc

Please sign in to comment.