From 2d612a77d8800528cae0269637e765933bf1ea1c Mon Sep 17 00:00:00 2001 From: sbriat Date: Thu, 29 Jun 2023 10:26:48 +0200 Subject: [PATCH] pretty --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 546b2f7..ed12947 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,7 +20,7 @@ "paths": { "@libs/*": ["src/libs/*"], "@modules/*": ["src/modules/*"], - "@src/*": ["src/*"], + "@src/*": ["src/*"] } } }