Template base para proyectos SaaS multi-tenant. Estructura inicial: - apps/backend (NestJS API) - apps/frontend (React/Vite) - apps/database (PostgreSQL DDL) - docs/ (Documentación) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
340 B
JSON
12 lines
340 B
JSON
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
// It should be published with your NPM package. It should not be tracked by Git.
|
|
{
|
|
"tsdocVersion": "0.12",
|
|
"toolPackages": [
|
|
{
|
|
"packageName": "@microsoft/api-extractor",
|
|
"packageVersion": "7.53.1"
|
|
}
|
|
]
|
|
}
|