2015-11-13 21:39:38 +08:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2017-05-15 21:59:14 +08:00
|
|
|
"target": "es5",
|
2015-11-13 21:39:38 +08:00
|
|
|
"module": "commonjs",
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"removeComments": false,
|
|
|
|
"preserveConstEnums": true,
|
|
|
|
"sourceMap": false,
|
|
|
|
"experimentalDecorators": true,
|
2016-03-07 19:52:53 +08:00
|
|
|
"newLine": "LF"
|
2017-05-09 06:41:38 +08:00
|
|
|
},
|
|
|
|
"exclude": [
|
2017-05-15 21:59:14 +08:00
|
|
|
"node_modules/**"
|
2017-05-09 06:41:38 +08:00
|
|
|
]
|
2015-11-13 21:39:38 +08:00
|
|
|
}
|