From 898f1b95c7200a321eb686738e06283fc224959a Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Wed, 12 Mar 2025 20:08:01 -0400 Subject: feat: use tailwind and daisyui --- tsconfig.json | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index cde91dd..7545725 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,10 +3,21 @@ "compilerOptions": { "baseUrl": ".", "paths": { - "@assets/*": ["src/assets/*"], - "@components/*": ["src/components/*"], - "@layouts/*": ["src/layouts/*"], - "@styles/*": ["src/styles/*"] + "@assets/*": [ + "src/assets/*" + ], + "@components/*": [ + "src/components/*" + ], + "@layouts/*": [ + "src/layouts/*" + ], + "@pages/*": [ + "src/pages/*" + ], + "@styles/*": [ + "src/styles/*" + ] } } } -- cgit v1.2.3