Skip to content

Commit

Permalink
Fix nestjs dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jun 6, 2024
1 parent 8d8412a commit ea1f2d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ node_modules/
.moon/dts

# Apps
.astro/
.output/
.svelte-kit/
.vercel/
4 changes: 4 additions & 0 deletions apps/nestjs-app/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "build",
"emitDeclarationOnly": false
},
"exclude": [
"node_modules",
"test",
Expand Down

0 comments on commit ea1f2d9

Please sign in to comment.