- Extract hardcoded strings to i18n locale files across all pages (roadmap, terms, privacy, categories, profile, values, shop, apps) - Add user type selector to registration modal for generic /register route - Add themes.ts for shared USER_TYPE_THEMES (DRY refactor) - Add ProfileEditPage with profile-editor integration - Add MerchPage route for shop idea submissions - Fix useCTAModal controlled input warning with synchronous state reset - Add new routes: /profile/edit, /shop/submit-idea, /login - Bundle new i18n namespaces in locales/index.ts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
264 B
JSON
13 lines
264 B
JSON
{
|
|
"extends": "@transquinnftw/configs/tsconfig.react.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|