Merge pull request #24 from xipheCom/master

Add tsconfig-paths
This commit is contained in:
Kamil Myśliwiec 2018-03-26 19:29:20 +02:00 committed by GitHub
commit d1cdcb3e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,3 @@
require('ts-node/register'); require('ts-node/register');
require('tsconfig-paths/register');
require('./src/main'); require('./src/main');

View File

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