From 98068d021f013f57238d11ff06561726f2e1835f Mon Sep 17 00:00:00 2001 From: Sylvain Briat Date: Wed, 17 Jan 2024 08:56:34 +0100 Subject: [PATCH] pretty --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 42a1cde..58c4a31 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,7 +20,7 @@ "paths": { "@libs/*": ["src/libs/*"], "@modules/*": ["src/modules/*"], - "@src/*": ["src/*"] - } - } + "@src/*": ["src/*"], + }, + }, }