2016-03-26 23:57:37 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es6",
|
|
|
|
"sourceMap": true,
|
|
|
|
"removeComments": true,
|
|
|
|
"preserveConstEnums": true,
|
2016-03-27 02:27:55 +01:00
|
|
|
"outFile": "../build/build.js",
|
2016-03-26 23:57:37 +00:00
|
|
|
"sourceRoot": "./",
|
|
|
|
"rootDir": "./"
|
|
|
|
}
|
|
|
|
}
|