2016-04-28 17:50:03 -07:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"declaration": true,
|
2016-05-19 15:29:50 -07:00
|
|
|
"stripInternal": true,
|
2016-04-28 17:50:03 -07:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"outDir": "../../../dist/packages-dist/core/",
|
|
|
|
"paths": {
|
|
|
|
"rxjs/*": ["../../../node_modules/rxjs/*"]
|
|
|
|
},
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
2016-05-02 20:45:52 -06:00
|
|
|
"inlineSources": true,
|
2016-05-20 16:06:52 -07:00
|
|
|
"lib": ["es6", "dom"],
|
2016-04-28 17:50:03 -07:00
|
|
|
"target": "es5"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.ts",
|
|
|
|
"testing.ts",
|
2016-08-11 19:37:01 -07:00
|
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts",
|
|
|
|
"../../system.d.ts"
|
2016-08-22 17:37:48 -07:00
|
|
|
],
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"strictMetadataEmit": true
|
|
|
|
}
|
2016-04-28 17:50:03 -07:00
|
|
|
}
|