checkpoint - added separate tailwind, removed turborepo's tailwind and ui

This commit is contained in:
2025-05-10 12:37:36 +05:30
parent 9a431e63db
commit 4b02202ec9
19 changed files with 74 additions and 1006 deletions

View File

@@ -4,6 +4,8 @@
"moduleResolution": "node",
"module": "ESNext",
"jsx": "preserve",
"typeRoots": ["node_modules/@types", "node_modules"],
"baseUrl": ".", // This tells TypeScript where to start resolving paths
"paths": {
"@/*": ["src/*"] // The @ alias will point to src folder inside the Frontend app