[ACS-12461] Add babel and brace-expansion to support linking (#5341)

* [ACS-12461] Add babel and brace-expansion to support linking

* [ACS-12461] remove brace-expansion/* from paths

* [ACS-12641] Remove unrelated file

* [ACS-12461] Remove unused package

* [ACS-12461] Fix formatting in tsconfig.adf.json
This commit is contained in:
Shivangi Shree
2026-08-12 22:34:56 +05:30
committed by GitHub
parent c05c193195
commit 86f2e48326
+3 -1
View File
@@ -45,7 +45,9 @@
"@alfresco/aca-playwright-shared/*": ["projects/aca-playwright-shared/src/*/index.ts"], "@alfresco/aca-playwright-shared/*": ["projects/aca-playwright-shared/src/*/index.ts"],
"package.json": ["package.json"], "package.json": ["package.json"],
"@angular/*": ["./node_modules/@angular/*"], "@angular/*": ["./node_modules/@angular/*"],
"@ngx-translate/*": ["./node_modules/@ngx-translate/*"] "@ngx-translate/*": ["./node_modules/@ngx-translate/*"],
"@babel/runtime/*": ["./node_modules/@babel/runtime/*"],
"brace-expansion": ["./node_modules/brace-expansion"]
} }
}, },
"exclude": ["node_modules"], "exclude": ["node_modules"],