added tsconfig

This commit is contained in:
Dolan Miu
2016-03-26 23:57:37 +00:00
parent 61c9006f8d
commit 619f20d0a0

12
ts/tsconfig.json Normal file
View File

@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "es6",
"sourceMap": true,
"removeComments": true,
"preserveConstEnums": true,
"outDir": "../build",
"outFile": "./build/build.js",
"sourceRoot": "./",
"rootDir": "./"
}
}