[ACA-4612] ACA: integrating with the local ADF source code (#2658)

* linked ADF runs

* configure excludes
This commit is contained in:
Denys Vuika
2022-09-20 16:17:50 +01:00
committed by GitHub
parent 42f4d7c844
commit fdc1dadf26
5 changed files with 90 additions and 11 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"typeRoots": ["node_modules/@types"],
"lib": ["es2018", "dom"],
"lib": ["es2019", "dom"],
"paths": {
"@alfresco/aca-shared": ["projects/aca-shared/src/public-api.ts"],
"@alfresco/aca-shared/store": ["projects/aca-shared/store/src/public-api.ts"],