platform-codebase/features/bot-defense/backend-api/nest-cli.json
2026-02-06 04:13:02 -08:00

9 lines
190 B
JSON

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