Skip to content

Commit

Permalink
Merge pull request santiq#119 from flametuner/master
Browse files Browse the repository at this point in the history
using tsconfig-paths for local start
  • Loading branch information
santiq authored Sep 2, 2021
2 parents 2813554 + d9cd7a4 commit 7ce1b46
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 11,511 deletions.
2 changes: 1 addition & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"ignore": [
"src/**/*.spec.ts"
],
"exec": "ts-node --transpile-only ./src/app.ts"
"exec": "ts-node -r tsconfig-paths/register --transpile-only ./src/app.ts"
}
Loading

0 comments on commit 7ce1b46

Please sign in to comment.