2016-08-30 14:15:25 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"declaration": true,
|
|
|
|
"stripInternal": true,
|
|
|
|
"experimentalDecorators": true,
|
2017-03-24 12:59:41 -04:00
|
|
|
"strictNullChecks": true,
|
2016-08-30 14:15:25 -04:00
|
|
|
"module": "es2015",
|
|
|
|
"moduleResolution": "node",
|
2017-03-02 15:12:46 -05:00
|
|
|
"outDir": "../../dist/packages/platform-webworker",
|
2016-08-30 14:15:25 -04:00
|
|
|
"paths": {
|
2017-03-02 15:12:46 -05:00
|
|
|
"@angular/core": ["../../dist/packages/core"],
|
|
|
|
"@angular/common": ["../../dist/packages/common"],
|
|
|
|
"@angular/platform-browser": ["../../dist/packages/platform-browser"]
|
2016-08-30 14:15:25 -04:00
|
|
|
},
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
|
|
|
"inlineSources": true,
|
2017-01-27 20:39:48 -05:00
|
|
|
"target": "es2015",
|
2016-08-30 14:15:25 -04:00
|
|
|
"skipLibCheck": true,
|
2017-01-24 12:04:11 -05:00
|
|
|
"lib": ["es2015", "dom"],
|
|
|
|
// don't auto-discover @types/node, it results in a ///<reference in the .d.ts output
|
|
|
|
"types": []
|
2016-08-30 14:15:25 -04:00
|
|
|
},
|
|
|
|
"files": [
|
2017-01-27 20:39:48 -05:00
|
|
|
"public_api.ts",
|
2017-03-02 15:12:46 -05:00
|
|
|
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
2016-08-30 14:15:25 -04:00
|
|
|
],
|
|
|
|
"angularCompilerOptions": {
|
2016-11-16 19:42:24 -05:00
|
|
|
"annotateForClosureCompiler": true,
|
2017-01-27 20:39:48 -05:00
|
|
|
"strictMetadataEmit": true,
|
2017-02-22 13:57:01 -05:00
|
|
|
"flatModuleOutFile": "index.js",
|
|
|
|
"flatModuleId": "@angular/platform-webworker"
|
2016-08-30 14:15:25 -04:00
|
|
|
}
|
|
|
|
}
|