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
+4 -1
View File
@@ -1,5 +1,8 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src"
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true
}
}