adding deploy command

This commit is contained in:
Peli de Halleux
2016-03-27 21:22:06 -07:00
parent c25049ee5f
commit 0990849136
2 changed files with 56 additions and 0 deletions

13
cmds/tsconfig.json Normal file
View File

@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"noImplicitReturns": true,
"declaration": true,
"outDir": "../built",
"module": "commonjs",
"rootDir": ".",
"newLine": "LF",
"sourceMap": true
}
}