Create new @reviq/common package with environment-agnostic utilities: - Date formatting: formatDate, formatDateTime, formatLongDate, formatRelativeDate, formatRelativeTime - User utilities: getUserInitials, formatRole Consolidate date formatting from publisher-dashboard into shared package. All utilities include comprehensive test coverage with bun:test. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
107 B
JSON
7 lines
107 B
JSON
{
|
|
"extends": "@macalinao/tsconfig/tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"types": ["bun"]
|
|
}
|
|
}
|