feature: make typescript starter more robust

This commit is contained in:
Kamil Myśliwiec
2018-03-26 20:39:15 +02:00
parent d5a02606d6
commit 794c2abdde
14 changed files with 8978 additions and 65 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
"watch": ["src"],
"ext": "ts",
"ignore": ["src/**/*.spec.ts"],
"exec": "node ./index"
"exec": "ts-node -r tsconfig-paths/register src/main.ts"
}