2015-11-19 16:59:22 -08:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ES5",
|
2015-12-10 20:27:41 -08:00
|
|
|
"module": "system",
|
|
|
|
"moduleResolution": "node",
|
2015-11-19 16:59:22 -08:00
|
|
|
"sourceMap": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"removeComments": false,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"suppressImplicitAnyIndexErrors": true
|
2015-12-10 20:27:41 -08:00
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"node_modules"
|
|
|
|
]
|
2015-11-19 16:59:22 -08:00
|
|
|
}
|