From 861aab8d96ada4c065aecb9d369de2e752d6a91a Mon Sep 17 00:00:00 2001 From: Sylvain Briat Date: Wed, 31 Jan 2024 13:50:41 +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/*"], + }, + }, }