mirror of
https://github.com/Mail-0/Zero.git
synced 2026-06-28 14:56:48 +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
7 lines
147 B
JSON
7 lines
147 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx"
|
|
}
|
|
} |