Skip to content

Commit

Permalink
fix: nest config
Browse files Browse the repository at this point in the history
  • Loading branch information
KieSun committed Nov 13, 2023
1 parent 8aeae22 commit a452616
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true
"deleteOutDir": true,
"assets": [
{ "include": "**/abi/**", "outDir": "dist", "watchAssets": true }
]
}
}

0 comments on commit a452616

Please sign in to comment.