Skip to content

Commit 285692c

Browse files
authored
chore: enable output dir auto-remove
1 parent 6b7010a commit 285692c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nest-cli.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "https://json.schemastore.org/nest-cli",
33
"collection": "@nestjs/schematics",
4-
"sourceRoot": "src"
4+
"sourceRoot": "src",
5+
"compilerOptions": {
6+
"deleteOutDir": true
7+
}
58
}

0 commit comments

Comments
 (0)