We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917c34f commit a9cf3f2Copy full SHA for a9cf3f2
Procfile
@@ -0,0 +1 @@
1
+web: ./node_modules/.bin/tsc --module commonjs --outDir build/ --noImplicitAny --sourceMap --target ES5 src/index.ts && node build/index.js
package.json
@@ -88,6 +88,7 @@
88
"request": "^2.81.0",
89
"serve-favicon": "^2.4.2",
90
"ts-node": "^2.0.0",
91
+ "tsc": "^1.20150623.0",
92
"typescript": "^2.3.2",
93
"winston": "^2.3.1"
94
},
0 commit comments