From e0daa85c8804c266dd96515babf775d947e6130f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Mon, 7 Aug 2023 13:18:52 +0200 Subject: [PATCH] [mod] output:frontend:typescript --- source/outputs/frontend_typescript.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/outputs/frontend_typescript.ts b/source/outputs/frontend_typescript.ts index 6e1e6be..9003ee5 100644 --- a/source/outputs/frontend_typescript.ts +++ b/source/outputs/frontend_typescript.ts @@ -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"), } ); }