2016-04-29 00:50:03 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"declaration": true,
|
2016-05-19 22:29:50 +00:00
|
|
|
"stripInternal": true,
|
2016-04-29 00:50:03 +00:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"module": "es2015",
|
|
|
|
|
"moduleResolution": "node",
|
2016-08-31 01:07:40 +00:00
|
|
|
"outDir": "../../../dist/packages-dist/core",
|
2016-04-29 00:50:03 +00:00
|
|
|
"paths": {
|
|
|
|
|
"rxjs/*": ["../../../node_modules/rxjs/*"]
|
|
|
|
|
},
|
|
|
|
|
"rootDir": ".",
|
|
|
|
|
"sourceMap": true,
|
2016-05-03 02:45:52 +00:00
|
|
|
"inlineSources": true,
|
2017-01-28 01:39:48 +00:00
|
|
|
"target": "es2015",
|
2016-08-31 01:07:40 +00:00
|
|
|
"lib": ["es2015", "dom"],
|
2017-01-24 17:04:11 +00:00
|
|
|
"skipLibCheck": true,
|
|
|
|
|
// don't auto-discover @types/node, it results in a ///<reference in the .d.ts output
|
|
|
|
|
"types": []
|
2016-04-29 00:50:03 +00:00
|
|
|
},
|
|
|
|
|
"files": [
|
2017-02-15 21:30:40 +00:00
|
|
|
"public_api.ts",
|
2016-08-12 02:37:01 +00:00
|
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts",
|
|
|
|
|
"../../system.d.ts"
|
2016-08-23 00:37:48 +00:00
|
|
|
],
|
|
|
|
|
"angularCompilerOptions": {
|
2016-11-17 00:42:24 +00:00
|
|
|
"annotateForClosureCompiler": true,
|
2017-02-15 21:30:40 +00:00
|
|
|
"strictMetadataEmit": true,
|
2017-02-22 18:57:01 +00:00
|
|
|
"flatModuleOutFile": "index.js",
|
|
|
|
|
"flatModuleId": "@angular/core"
|
2016-08-23 00:37:48 +00:00
|
|
|
}
|
2016-04-29 00:50:03 +00:00
|
|
|
}
|