From 6ec87647cf450c0791f2de6a3b9c7b92098e2f3f Mon Sep 17 00:00:00 2001 From: Leander Furumo Date: Wed, 2 Jul 2025 23:03:29 +0200 Subject: [PATCH] add data path name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Petter Sæterøy --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 77466c0..7653655 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "paths": { "@assets/*": ["src/assets/*"], "@components/*": ["src/components/*"], + "@data/*": ["src/data/*"], "@elements/*": ["src/components/elements/*"], "@layouts/*": ["src/layouts/*"], "@sections/*": ["src/components/sections/*"],