2016-04-28 20:50:03 -04:00
|
|
|
{
|
2016-05-01 21:48:38 -04:00
|
|
|
"angularCompilerOptions": {
|
|
|
|
"skipTemplateCodegen": true
|
|
|
|
},
|
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",
|
|
|
|
"outDir": "../../../dist/packages-dist/platform-browser/esm",
|
|
|
|
"paths": {
|
|
|
|
"@angular/core": ["../../../dist/packages-dist/core"],
|
|
|
|
"@angular/core/testing": ["../../../dist/packages-dist/core/testing"],
|
|
|
|
"@angular/common": ["../../../dist/packages-dist/common"],
|
2016-05-19 17:31:21 -04:00
|
|
|
"@angular/common/testing": ["../../../dist/packages-dist/common/testing"],
|
|
|
|
"@angular/compiler": ["../../../dist/packages-dist/compiler"],
|
2016-05-27 15:36:24 -04:00
|
|
|
"@angular/compiler/testing": ["../../../dist/packages-dist/compiler/testing"],
|
|
|
|
// workaround for https://github.com/Microsoft/TypeScript/issues/8723
|
|
|
|
// we can get rid of this once we update to typescript 1.9.0-dev.20160525-1.0 or newer
|
|
|
|
"selenium-webdriver": ["../../../node_modules/@types/selenium-webdriver/index.d.ts"]
|
2016-04-28 20:50:03 -04:00
|
|
|
},
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
2016-05-02 22:45:52 -04:00
|
|
|
"inlineSources": true,
|
2016-04-28 20:50:03 -04:00
|
|
|
"target": "es2015"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.ts",
|
|
|
|
"testing.ts",
|
2016-05-27 15:36:24 -04:00
|
|
|
"testing_e2e.ts",
|
2016-05-25 18:37:40 -04:00
|
|
|
"../../../node_modules/@types/hammerjs/index.d.ts",
|
|
|
|
"../../../node_modules/@types/protractor/index.d.ts",
|
|
|
|
"../../../node_modules/@types/jasmine/index.d.ts",
|
2016-04-28 20:50:03 -04:00
|
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
|
|
]
|
|
|
|
}
|