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",
|
2015-12-10 09:40:54 -08:00
|
|
|
"module": "system",
|
|
|
|
"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
|
|
|
|
},
|
|
|
|
"exclude": [
|
2016-02-11 15:08:06 -08:00
|
|
|
"node_modules",
|
|
|
|
"typings/main",
|
|
|
|
"typings/main.d.ts"
|
2015-12-10 09:40:54 -08:00
|
|
|
]
|
|
|
|
}
|