We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3c888 commit de9b746Copy full SHA for de9b746
tsconfig.adf.json
@@ -43,7 +43,8 @@
43
"@alfresco/aca-playwright-shared": ["projects/aca-playwright-shared/src/public-api.ts"],
44
"@alfresco/aca-playwright-shared/*": ["projects/aca-playwright-shared/src/*/index.ts"],
45
"package.json": ["package.json"],
46
- "*": ["./node_modules/*"]
+ "@angular/*": [ "./node_modules/@angular/*"],
47
+ "@ngx-translate/*": [ "./node_modules/@ngx-translate/*"]
48
}
49
},
50
"exclude": ["node_modules"],
0 commit comments