Merge pull request #2 from xipheCom/patch-2

Add tsconfig-paths
This commit is contained in:
Daniel Milbrandt 2018-02-19 18:48:26 +01:00 committed by GitHub
commit 5da9b40979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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