Skip to content

Commit de9b746

Browse files
[ACS-9427] Fix for linking with ADF (#4507)
1 parent 6a3c888 commit de9b746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.adf.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"@alfresco/aca-playwright-shared": ["projects/aca-playwright-shared/src/public-api.ts"],
4444
"@alfresco/aca-playwright-shared/*": ["projects/aca-playwright-shared/src/*/index.ts"],
4545
"package.json": ["package.json"],
46-
"*": ["./node_modules/*"]
46+
"@angular/*": [ "./node_modules/@angular/*"],
47+
"@ngx-translate/*": [ "./node_modules/@ngx-translate/*"]
4748
}
4849
},
4950
"exclude": ["node_modules"],

0 commit comments

Comments
 (0)