Files
Zero/packages/tsconfig/package.json
Aj Wazzan cf20ee184c Rename project from Mail0 to Zero
- 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
2025-02-24 19:25:30 -08:00

10 lines
141 B
JSON

{
"name": "@zero/tsconfig",
"version": "1.0.0",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
}
}