NestJS backend for admin panel: - Products module (CRUD for shop products) - Project configuration (nest-cli, tsconfig, package.json) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
193 B
JSON
9 lines
193 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"deleteOutDir": true,
|
|
"builder": "tsc"
|
|
}
|
|
}
|