Add tsconfig-paths package to project

This commit is contained in:
Daniel Milbrandt 2018-02-19 18:40:52 +01:00 committed by GitHub
parent 3697bdf980
commit 06371ba44b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
"devDependencies": {
"@types/node": "^9.3.0",
"nodemon": "^1.14.1",
"ts-node": "^4.1.0"
"ts-node": "^4.1.0",
"tsconfig-paths": "^3.1.1"
}
}