chore: enable output dir auto-remove

This commit is contained in:
Micael Levi L. Cavalcante 2022-08-01 20:15:21 -04:00 committed by GitHub
parent 6b7010ab2d
commit 285692c79d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

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