diff options
| author | Seth Flynn <[email protected]> | 2025-03-12 20:08:01 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-03-12 20:26:38 -0400 |
| commit | 898f1b95c7200a321eb686738e06283fc224959a (patch) | |
| tree | 9249459856535e29d17d563a608b09ccf2344d02 /tsconfig.json | |
| parent | e418edcd965f3a74522adc37b6cc3db11d0ce8f7 (diff) | |
feat: use tailwind and daisyui
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 19 |
1 files changed, 15 insertions, 4 deletions
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/*" + ] } } } |
