[mod] output:frontend:typescript
This commit is contained in:
parent
28ec8e9f66
commit
e0daa85c88
|
|
@ -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"),
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue