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