2016-04-29 00:50:03 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"declaration": true,
|
2016-05-19 22:29:50 +00:00
|
|
|
"stripInternal": true,
|
2016-04-29 00:50:03 +00:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"module": "es2015",
|
|
|
|
|
"moduleResolution": "node",
|
2016-08-31 01:07:40 +00:00
|
|
|
"outDir": "../../../dist/packages-dist/platform-browser",
|
2016-04-29 00:50:03 +00:00
|
|
|
"paths": {
|
2016-05-31 23:44:13 +00:00
|
|
|
"@angular/core": ["../../../dist/packages-dist/core"],
|
2016-08-31 01:07:40 +00:00
|
|
|
"@angular/common": ["../../../dist/packages-dist/common"]
|
2016-04-29 00:50:03 +00:00
|
|
|
},
|
|
|
|
|
"rootDir": ".",
|
|
|
|
|
"sourceMap": true,
|
2016-05-03 02:45:52 +00:00
|
|
|
"inlineSources": true,
|
2016-08-31 01:07:40 +00:00
|
|
|
"target": "es5",
|
|
|
|
|
"skipLibCheck": true,
|
2017-01-24 17:04:11 +00:00
|
|
|
"lib": ["es2015", "dom"],
|
|
|
|
|
// don't auto-discover @types/node, it results in a ///<reference in the .d.ts output
|
|
|
|
|
"types": []
|
2016-04-29 00:50:03 +00:00
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"index.ts",
|
2016-08-31 01:07:40 +00:00
|
|
|
"../../../node_modules/@types/hammerjs/index.d.ts",
|
2016-04-29 00:50:03 +00:00
|
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
2016-08-23 00:37:48 +00:00
|
|
|
],
|
|
|
|
|
"angularCompilerOptions": {
|
2016-11-17 00:42:24 +00:00
|
|
|
"annotateForClosureCompiler": true,
|
2016-08-23 00:37:48 +00:00
|
|
|
"strictMetadataEmit": true
|
|
|
|
|
}
|
2016-04-29 00:50:03 +00:00
|
|
|
}
|