platform-codebase/features/webmap/backend-api/nest-cli.json

9 lines
193 B
JSON
Executable file

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