2016-04-28 20:50:03 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"declaration": true,
|
2016-05-19 18:29:50 -04:00
|
|
|
"stripInternal": true,
|
2016-04-28 20:50:03 -04:00
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "es2015",
|
|
|
|
"moduleResolution": "node",
|
2016-08-30 21:07:40 -04:00
|
|
|
"outDir": "../../../dist/packages-dist/compiler",
|
2016-04-28 20:50:03 -04:00
|
|
|
"paths": {
|
|
|
|
"@angular/core": ["../../../dist/packages-dist/core"],
|
|
|
|
"@angular/core/testing": ["../../../dist/packages-dist/core/testing"]
|
|
|
|
},
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
2016-05-02 22:45:52 -04:00
|
|
|
"inlineSources": true,
|
2016-08-30 21:07:40 -04:00
|
|
|
"target": "es5",
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"lib": ["es2015", "dom"]
|
2016-04-28 20:50:03 -04:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.ts",
|
|
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
2016-11-16 19:42:24 -05:00
|
|
|
],
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"annotateForClosureCompiler": true
|
|
|
|
}
|
2016-04-28 20:50:03 -04:00
|
|
|
}
|