2016-04-28 17:50:03 -07:00
|
|
|
{
|
2016-05-01 18:48:38 -07:00
|
|
|
"angularCompilerOptions": {
|
|
|
|
"skipTemplateCodegen": true
|
|
|
|
},
|
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
|
|
|
"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 14:31:21 -07:00
|
|
|
"@angular/common/testing": ["../../../dist/packages-dist/common/testing"],
|
2016-06-10 10:21:53 -07:00
|
|
|
|
2016-05-27 12:36:24 -07:00
|
|
|
// 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 17:50:03 -07:00
|
|
|
},
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
2016-05-02 20:45:52 -06:00
|
|
|
"inlineSources": true,
|
2016-04-28 17:50:03 -07:00
|
|
|
"target": "es2015"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.ts",
|
|
|
|
"testing.ts",
|
2016-05-27 12:36:24 -07:00
|
|
|
"testing_e2e.ts",
|
2016-05-25 15:37:40 -07:00
|
|
|
"../../../node_modules/@types/hammerjs/index.d.ts",
|
|
|
|
"../../../node_modules/@types/jasmine/index.d.ts",
|
2016-06-10 10:21:53 -07:00
|
|
|
"../../../node_modules/@types/protractor/index.d.ts",
|
2016-04-28 17:50:03 -07:00
|
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
|
|
]
|
|
|
|
}
|