mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:21:10 +02:00
- Add dark/light theme toggle - Glass-morphic form card with backdrop blur - Centered logo with app name and subtitle - Custom styled inputs with icons and labels - Violet accent color matching Matrix branding - Entrance animations (fadeInUp, fadeInScale) - Shake animation on error - Success pulse animation on login - Mobile-optimized layout - Reduced motion support
10 lines
203 B
JSON
10 lines
203 B
JSON
{
|
|
"extends": "@manacore/shared-tsconfig/nestjs",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"baseUrl": "./",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|