vibecheck/packages/api/nest-cli.json
2026-02-25 15:02:02 -08:00

9 lines
193 B
JSON

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