From 285692c79d5d394a4281ba3f6b8bcd4fa2b3bfeb Mon Sep 17 00:00:00 2001 From: "Micael Levi L. Cavalcante" Date: Mon, 1 Aug 2022 20:15:21 -0400 Subject: [PATCH] chore: enable output dir auto-remove --- nest-cli.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nest-cli.json b/nest-cli.json index 2566481..f9aa683 100644 --- a/nest-cli.json +++ b/nest-cli.json @@ -1,5 +1,8 @@ { "$schema": "https://json.schemastore.org/nest-cli", "collection": "@nestjs/schematics", - "sourceRoot": "src" + "sourceRoot": "src", + "compilerOptions": { + "deleteOutDir": true + } }