mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
18 lines
556 B
JSON
18 lines
556 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"declarationMap": true,
|
|
"paths": {
|
|
"@alfresco/adf-extensions": ["../../../dist/libs/extensions"],
|
|
"@alfresco/adf-extensions/*": ["../../../dist/libs/extensions/*"],
|
|
"@alfresco/adf-core/auth": ["../auth/src/index.ts"],
|
|
"@alfresco/adf-core/shell": ["../shell/src/index.ts"],
|
|
"@alfresco/adf-core/api": ["../api/src/index.ts"],
|
|
|
|
}
|
|
},
|
|
"exclude": ["src/test.ts", "**/*.spec.ts", "**/*.test.ts"],
|
|
"include": ["**/*.ts"]
|
|
}
|