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
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"outDir": "../../../dist/packages-dist/platform-browser/",
|
|
|
|
"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"],
|
2016-06-10 13:21:53 -04:00
|
|
|
|
2016-05-27 15:36:24 -04: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 20:50:03 -04:00
|
|
|
},
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
2016-05-02 22:45:52 -04:00
|
|
|
"inlineSources": true,
|
2016-05-20 19:06:52 -04:00
|
|
|
"lib": ["es6", "dom"],
|
2016-04-28 20:50:03 -04:00
|
|
|
"target": "es5"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.ts",
|
|
|
|
"testing.ts",
|
2016-05-25 18:37:40 -04:00
|
|
|
"../../../node_modules/@types/hammerjs/index.d.ts",
|
|
|
|
"../../../node_modules/@types/jasmine/index.d.ts",
|
2016-06-10 13:21:53 -04:00
|
|
|
"../../../node_modules/@types/protractor/index.d.ts",
|
2016-04-28 20:50:03 -04:00
|
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
2016-08-22 20:37:48 -04:00
|
|
|
],
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"strictMetadataEmit": true
|
|
|
|
}
|
2016-04-28 20:50:03 -04:00
|
|
|
}
|