2017-02-22 13:13:21 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"sourceMap": true,
|
2017-03-27 11:08:53 -04:00
|
|
|
"declaration": false,
|
|
|
|
"moduleResolution": "node",
|
2017-02-22 13:13:21 -05:00
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
2017-03-27 11:08:53 -04:00
|
|
|
"lib": [
|
|
|
|
"es2016"
|
|
|
|
],
|
|
|
|
"outDir": "../dist/out-tsc-e2e",
|
|
|
|
"module": "commonjs",
|
|
|
|
"target": "es6",
|
|
|
|
"types":[
|
|
|
|
"jasmine",
|
|
|
|
"node"
|
|
|
|
]
|
2017-02-22 13:13:21 -05:00
|
|
|
}
|
|
|
|
}
|