Files
vercel__workflow/workbench/nest/nest-cli.json
2026-01-26 13:31:22 -08:00

14 lines
274 B
JSON

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