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>
15 lines
305 B
JSON
15 lines
305 B
JSON
{
|
|
"name": "@tsconfig/node16",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tsconfig/bases.git",
|
|
"directory": "bases"
|
|
},
|
|
"license": "MIT",
|
|
"description": "A base TSConfig for working with Node 16.",
|
|
"keywords": [
|
|
"tsconfig",
|
|
"node16"
|
|
],
|
|
"version": "1.0.4"
|
|
} |