added build into tsconfig

This commit is contained in:
Dolan Miu
2016-03-27 02:27:55 +01:00
parent 4ad86034e1
commit bcfac0486a

View File

@ -4,8 +4,7 @@
"sourceMap": true, "sourceMap": true,
"removeComments": true, "removeComments": true,
"preserveConstEnums": true, "preserveConstEnums": true,
"outDir": "../build", "outFile": "../build/build.js",
"outFile": "./build/build.js",
"sourceRoot": "./", "sourceRoot": "./",
"rootDir": "./" "rootDir": "./"
} }