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/*"],