- Add landing-specific i18n locale files (apps, categories, privacy, profile, roadmap, shop, terms, values) - Add seo-client package with React hooks for SEO metadata - Export truth-client validation API for runtime usage - Fix types tsconfig to use local base config 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
188 B
JSON
9 lines
188 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|