test/apps/api/nest-cli.json

11 lines
238 B
JSON
Raw Normal View History

2024-05-07 16:24:43 +00:00
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"builder": "swc",
"typeCheck": true
}
}