2015-08-03 17:45:58 -07:00
|
|
|
{
|
2015-09-09 14:20:43 -07:00
|
|
|
"compilerOptions": {
|
2016-01-04 11:32:55 -08:00
|
|
|
"target": "es5",
|
2016-05-02 23:09:54 -06:00
|
|
|
"module": "commonjs",
|
2015-12-10 09:40:54 -08:00
|
|
|
"moduleResolution": "node",
|
2015-09-09 14:20:43 -07:00
|
|
|
"sourceMap": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
2015-12-10 09:40:54 -08:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
"removeComments": false,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"suppressImplicitAnyIndexErrors": true
|
2016-05-21 14:15:48 -07:00
|
|
|
}
|
2015-12-10 09:40:54 -08:00
|
|
|
}
|