Browse Source

fix: allow importing from proxy entrypoint

pull/10086/head
bnymncoskuner 5 years ago
parent
commit
dfa3cb211c
  1. 4
      npm/ng-packs/.eslintrc.json

4
npm/ng-packs/.eslintrc.json

@ -10,7 +10,7 @@
"error", "error",
{ {
"enforceBuildableLibDependency": true, "enforceBuildableLibDependency": true,
"allow": [], "allow": ["@abp/**/proxy"],
"depConstraints": [ "depConstraints": [
{ {
"sourceTag": "*", "sourceTag": "*",
@ -20,7 +20,7 @@
} }
] ]
} }
}, },
{ {
"files": ["*.ts", "*.tsx"], "files": ["*.ts", "*.tsx"],
"extends": ["plugin:@nrwl/nx/typescript"], "extends": ["plugin:@nrwl/nx/typescript"],

Loading…
Cancel
Save