Files
inker/backend/nest-cli.json
T
2026-03-10 20:04:45 +00:00

10 lines
192 B
JSON

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