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