Remove ts-node

This commit is contained in:
Ben Woodward 2019-04-15 12:49:17 +01:00 committed by GitHub
parent 911edff308
commit d37a0b8269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"watch": ["dist"],
"ext": "js",
"exec": "node -r tsconfig-paths/register -r ts-node/register dist/main.js"
"exec": "node -r tsconfig-paths/register dist/main.js"
}