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
|
|
|
"experimentalDecorators": true,
|
2016-08-30 18:07:40 -07:00
|
|
|
"module": "es2015",
|
2016-04-28 17:50:03 -07:00
|
|
|
"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 14:31:21 -07:00
|
|
|
"@angular/common/testing": ["../../../dist/packages-dist/common/testing"],
|
2016-08-30 18:07:40 -07:00
|
|
|
"@angular/platform-browser": ["../../../dist/packages-dist/platform-browser"]
|
2016-04-28 17:50:03 -07:00
|
|
|
},
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
2016-05-02 20:45:52 -06:00
|
|
|
"inlineSources": true,
|
2016-05-20 16:06:52 -07:00
|
|
|
"lib": ["es6", "dom"],
|
2016-08-30 18:07:40 -07:00
|
|
|
"target": "es5",
|
|
|
|
"skipLibCheck": true
|
2016-04-28 17:50:03 -07:00
|
|
|
},
|
|
|
|
"files": [
|
2016-08-30 18:07:40 -07:00
|
|
|
"testing/index.ts",
|
2016-05-25 15:37:40 -07:00
|
|
|
"../../../node_modules/@types/hammerjs/index.d.ts",
|
|
|
|
"../../../node_modules/@types/jasmine/index.d.ts",
|
2016-04-28 17:50:03 -07:00
|
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
2016-08-22 17:37:48 -07:00
|
|
|
],
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"strictMetadataEmit": true
|
|
|
|
}
|
2016-04-28 17:50:03 -07:00
|
|
|
}
|