mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* Removing js-api external dep * Fixed targeting * Fixed targeting with local js-api * [affected:*] Fixed targeting with local js-api * Fixed bundle for CI
14 lines
321 B
JSON
14 lines
321 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"@alfresco/js-api": ["../../../dist/libs/js-api"],
|
|
"@alfresco/js-api/*": ["../../../dist/libs/js-api/*"]
|
|
}
|
|
}
|
|
}
|