mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* prefer-optional-chain: core * prefer-optional-chain: content, fix typings * prefer-optional-chain: process, fix typings * prefer-optional-chain: process-cloud, fix typings, fix ts configs and eslint * [ci: force] sonar errors fixes, insights lib * [ci:force] fix security issues * [ci:force] fix metadata e2e bug, js assignment bugs * [ci:force] fix lint issue * [ci:force] fix tests
15 lines
432 B
JSON
15 lines
432 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"paths": {
|
|
"@alfresco/adf-extensions": ["../../../dist/libs/extensions"],
|
|
"@alfresco/adf-extensions/*": ["../../../dist/libs/extensions/*"],
|
|
"@alfresco/adf-core": ["../../../dist/libs/core"],
|
|
"@alfresco/adf-core/*": ["../../../dist/libs/core/*"]
|
|
}
|
|
}
|
|
}
|