mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Removing js-api external dep as it has been moved into ADF repo (#9255)
* Removing js-api external dep * Fixed targeting * Fixed targeting with local js-api * [affected:*] Fixed targeting with local js-api * Fixed bundle for CI
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"ngPackage": {
|
||||
"lib": {
|
||||
"entryFile": "./resources.ts",
|
||||
"flatModuleFile": "adf-testing-resources"
|
||||
}
|
||||
}
|
||||
}
|
@@ -8,9 +8,6 @@
|
||||
},
|
||||
{
|
||||
"path": "./tsconfig.lib.prod.json"
|
||||
},
|
||||
{
|
||||
"path": "./tsconfig.spec.json"
|
||||
}
|
||||
],
|
||||
"compilerOptions": {
|
||||
|
@@ -1,8 +1,13 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../../dist/bla",
|
||||
"outDir": "../../dist/out-tsc",
|
||||
"declaration": true,
|
||||
"declarationMap": true
|
||||
"declarationMap": true,
|
||||
"resolveJsonModule": true,
|
||||
"paths": {
|
||||
"@alfresco/js-api": ["../../../dist/libs/js-api"],
|
||||
"@alfresco/js-api/*": ["../../../dist/libs/js-api/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user