- Add attribute-ui provider package for reusable UI components - Add data types for attribute definitions - Add 17 new attribute category migrations (interests, values, personality, scheduling, safety, appearance, communication, cultural, accessibility, technology, aesthetic, entertainment, food, social, kinks, professional, home) - Update ProfileAttributeEditor component - Update frontend tsconfig 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
221 B
JSON
9 lines
221 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"jsx": "react-jsx"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.test.tsx"]
|
|
}
|