2016-08-30 11:15:25 -07:00
|
|
|
{
|
2017-08-02 19:15:30 -07:00
|
|
|
"extends": "../tsconfig-build.json",
|
|
|
|
|
2016-08-30 11:15:25 -07:00
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
2017-08-02 19:15:30 -07:00
|
|
|
"rootDir": ".",
|
2016-08-30 11:15:25 -07:00
|
|
|
"paths": {
|
2017-03-02 12:12:46 -08:00
|
|
|
"@angular/core": ["../../dist/packages/core"],
|
|
|
|
"@angular/common": ["../../dist/packages/common"],
|
|
|
|
"@angular/platform-browser": ["../../dist/packages/platform-browser"]
|
2016-08-30 11:15:25 -07:00
|
|
|
},
|
2017-08-02 19:15:30 -07:00
|
|
|
"outDir": "../../dist/packages/platform-webworker"
|
2016-08-30 11:15:25 -07:00
|
|
|
},
|
2017-08-02 19:15:30 -07:00
|
|
|
|
2016-08-30 11:15:25 -07:00
|
|
|
"files": [
|
2017-01-27 17:39:48 -08:00
|
|
|
"public_api.ts",
|
2017-03-02 12:12:46 -08:00
|
|
|
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
2016-08-30 11:15:25 -07:00
|
|
|
],
|
2017-08-02 19:15:30 -07:00
|
|
|
|
2016-08-30 11:15:25 -07:00
|
|
|
"angularCompilerOptions": {
|
2016-11-16 16:42:24 -08:00
|
|
|
"annotateForClosureCompiler": true,
|
2017-09-20 09:54:47 -07:00
|
|
|
"strictMetadataEmit": false,
|
|
|
|
"skipTemplateCodegen": true,
|
2017-09-13 16:20:29 -07:00
|
|
|
"flatModuleOutFile": "platform-webworker.js",
|
2017-02-22 10:57:01 -08:00
|
|
|
"flatModuleId": "@angular/platform-webworker"
|
2016-08-30 11:15:25 -07:00
|
|
|
}
|
|
|
|
}
|