platform-codebase/features/blog/backend-api/nest-cli.json
2026-02-13 05:35:20 -08:00

10 lines
216 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"builder": "swc",
"deleteOutDir": true,
"typeCheck": true
}
}