Skip to content

Commit

Permalink
update outdir
Browse files Browse the repository at this point in the history
  • Loading branch information
oxdev03 committed Mar 17, 2024
1 parent 9de0a57 commit eb7b585
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/backend/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"extends": "@pm2.web/typescript-config/base.json",
"exclude": ["node_modules"]
"exclude": ["node_modules"],
"compilerOptions": {
"outDir": "./dist"
}
}

0 comments on commit eb7b585

Please sign in to comment.