Merge pull request #1 from xipheCom/patch-1

Add tsconfig-paths package to project
This commit is contained in:
Daniel Milbrandt 2018-02-19 18:44:53 +01:00 committed by GitHub
commit 10b7e661ec
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": { "devDependencies": {
"@types/node": "^9.3.0", "@types/node": "^9.3.0",
"nodemon": "^1.14.1", "nodemon": "^1.14.1",
"ts-node": "^4.1.0" "ts-node": "^4.1.0",
"tsconfig-paths": "^3.1.1"
} }
} }