2016-05-30 14:05:09 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2016-06-15 21:01:03 -04:00
|
|
|
"target": "es6",
|
2016-05-30 14:05:09 -04:00
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"sourceMap": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"removeComments": false,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"suppressImplicitAnyIndexErrors": true
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"e2e-spec.ts"
|
|
|
|
]
|
|
|
|
}
|