mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[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:
+3
-1
@@ -45,7 +45,9 @@
|
||||
"@alfresco/aca-playwright-shared/*": ["projects/aca-playwright-shared/src/*/index.ts"],
|
||||
"package.json": ["package.json"],
|
||||
"@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"],
|
||||
|
||||
Reference in New Issue
Block a user