[mod] output:frontend:typescript

This commit is contained in:
Christian Fraß 2023-08-07 13:18:52 +02:00
parent 28ec8e9f66
commit e0daa85c88

View file

@ -10,7 +10,7 @@ namespace _sindri.outputs.frontend.typescript
return lib_plankton.string.coin(
"const sindri_abstract = {{value}};",
{
"value": JSON.stringify(input_data),
"value": JSON.stringify(input_data, undefined, "\t"),
}
);
}