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 abdd413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,6 +27,7 @@
"express-winston": "^4.1.0",
"module-alias": "^2.2.2",
"pg": "^8.6.0",
"ts-node": "^9.1.1",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.2"
},
Expand All @@ -49,7 +50,6 @@
"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"
Expand Down

0 comments on commit abdd413

Please sign in to comment.