30 lines
791 B
JSON
30 lines
791 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"declaration": true,
|
||
|
"stripInternal": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"module": "es2015",
|
||
|
"moduleResolution": "node",
|
||
|
"outDir": "../../../dist/packages-dist/platform-webworker",
|
||
|
"paths": {
|
||
|
"@angular/core": ["../../../dist/packages-dist/core"],
|
||
|
"@angular/common": ["../../../dist/packages-dist/common"],
|
||
|
"@angular/platform-browser": ["../../../dist/packages-dist/platform-browser"]
|
||
|
},
|
||
|
"rootDir": ".",
|
||
|
"sourceMap": true,
|
||
|
"inlineSources": true,
|
||
|
"target": "es5",
|
||
|
"skipLibCheck": true,
|
||
|
"lib": ["es2015", "dom"]
|
||
|
},
|
||
|
"files": [
|
||
|
"index.ts",
|
||
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
||
|
],
|
||
|
"angularCompilerOptions": {
|
||
|
"strictMetadataEmit": true
|
||
|
}
|
||
|
}
|