feature: make typescript starter more robust
This commit is contained in:
+1
-1
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user