mirror of
https://github.com/Mail-0/Zero.git
synced 2026-07-01 08:16:28 +00:00
- Update package names, imports, and references from @mail0/* to @zero/* - Modify configuration files to reflect new project name - Update database connection and schema imports - Adjust email sender and branding details - Add react-library tsconfig - Remove redundant database files in apps/mail
10 lines
161 B
JSON
10 lines
161 B
JSON
{
|
|
"extends": "@zero/tsconfig/react-library.json",
|
|
"include": [
|
|
"src",
|
|
"migrations"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |