2015-08-03 20:45:58 -04:00
|
|
|
{
|
2015-09-09 17:20:43 -04:00
|
|
|
"compilerOptions": {
|
2016-01-04 14:32:55 -05:00
|
|
|
"target": "es5",
|
2015-12-10 12:40:54 -05:00
|
|
|
"module": "system",
|
|
|
|
"moduleResolution": "node",
|
2015-09-09 17:20:43 -04:00
|
|
|
"sourceMap": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
2015-12-10 12:40:54 -05:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
"removeComments": false,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"suppressImplicitAnyIndexErrors": true
|
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"node_modules"
|
|
|
|
]
|
|
|
|
}
|