Skip to content

Commit

Permalink
fix(services/comment): outDir on tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Dec 10, 2022
1 parent 7d112b2 commit 00702c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/comment/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"composite": true,
"tsBuildInfoFile": ".tsbuildinfo",
"rootDir": "src",
"outDir": "src"
"outDir": "dist"
},

"include": ["src/**/*.ts"],
Expand Down
2 changes: 1 addition & 1 deletion services/flight-crawler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alwatr/flight-finder-crawler",
"version": "0.0.0",
"description": "Alwatr Flight Finder Crawler Microservice",
"description": "Alwatr Flight Crawler Microservice",
"type": "module",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com> (https://ali.mihandoost.com)",
"private": true,
Expand Down

0 comments on commit 00702c3

Please sign in to comment.