21 lines
513 B
JSON
21 lines
513 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"declaration": true,
|
||
|
"stripInternal": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"module": "es2015",
|
||
|
"moduleResolution": "node",
|
||
|
"outDir": "../../../dist/packages/common/i18n_data",
|
||
|
"paths": {
|
||
|
"@angular/common": ["../../../dist/packages/common"],
|
||
|
"@angular/core": ["../../../dist/packages/core"]
|
||
|
},
|
||
|
"sourceMap": true,
|
||
|
"inlineSources": true,
|
||
|
"target": "es5",
|
||
|
"skipLibCheck": true,
|
||
|
"lib": ["es2015", "dom"]
|
||
|
}
|
||
|
}
|