style: step 2-3 - uniform text tokens in login+main page, fix tsconfig build exclusions

This commit is contained in:
2026-04-19 11:46:44 +03:00
parent 80ec2dc2b0
commit ffb56c030d
4 changed files with 17 additions and 17 deletions

View File

@@ -24,5 +24,5 @@
"types": ["node", "react", "react-dom"]
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "e2e", "tests", "vitest.config.ts", "playwright.config.ts"]
}