2016-05-24 19:13:17 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"declaration": true,
|
|
|
|
"stripInternal": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "es2015",
|
|
|
|
"moduleResolution": "node",
|
2016-08-30 21:07:40 -04:00
|
|
|
"outDir": "../../../dist/packages-dist/platform-browser-dynamic",
|
2016-05-24 19:13:17 -04:00
|
|
|
"paths": {
|
2016-06-10 13:21:53 -04:00
|
|
|
"@angular/core": ["../../../dist/packages-dist/core"],
|
|
|
|
"@angular/core/testing": ["../../../dist/packages-dist/core/testing"],
|
|
|
|
"@angular/common": ["../../../dist/packages-dist/common"],
|
|
|
|
"@angular/common/testing": ["../../../dist/packages-dist/common/testing"],
|
|
|
|
"@angular/compiler": ["../../../dist/packages-dist/compiler"],
|
2016-05-24 19:13:17 -04:00
|
|
|
"@angular/compiler/testing": ["../../../dist/packages-dist/compiler/testing"],
|
|
|
|
"@angular/platform-browser": ["../../../dist/packages-dist/platform-browser"],
|
|
|
|
"@angular/platform-browser/testing": ["../../../dist/packages-dist/platform-browser/testing"]
|
|
|
|
},
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
|
|
|
"inlineSources": true,
|
2016-08-30 21:07:40 -04:00
|
|
|
"target": "es5",
|
|
|
|
"skipLibCheck": true,
|
2017-01-24 12:04:11 -05:00
|
|
|
"lib": ["es2015", "dom"],
|
|
|
|
// don't auto-discover @types/node, it results in a ///<reference in the .d.ts output
|
|
|
|
"types": []
|
2016-05-24 19:13:17 -04:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.ts",
|
|
|
|
"../../../node_modules/@types/jasmine/index.d.ts",
|
|
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
|
|
]
|
2016-06-10 13:21:53 -04:00
|
|
|
}
|