Skip to content

Commit

Permalink
Fix missing ts-node and tsconfig-paths deps during runtime
Browse files Browse the repository at this point in the history
For more info, see:
dividab/tsconfig-paths#61
  • Loading branch information
wolfpilot committed May 3, 2021
1 parent d5a9cac commit 2c02235
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -27,6 +27,8 @@
"express-winston": "^4.1.0",
"module-alias": "^2.2.2",
"pg": "^8.6.0",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.2"
},
Expand All @@ -49,9 +51,7 @@
"prettier": "^2.2.1",
"supertest": "^6.1.3",
"ts-jest": "^26.5.5",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.6",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.2.4"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -28,7 +28,7 @@
"paths": {
"*": ["typings/*",],
"@root/*": ["./*"],
"@src/*": ["./src/*"],
"@src/*": ["src/*"],
"@config/*": ["src/config/*"],
"@constants/*": ["src/constants/*"],
"@controllers/*": ["src/controllers/*"],
Expand Down

0 comments on commit 2c02235

Please sign in to comment.