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",
{
"enforceBuildableLibDependency": true,
"allow": [],
"allow": ["@abp/**/proxy"],
"depConstraints": [
{
"sourceTag": "*",
@ -20,7 +20,7 @@
}
]
}
},
},
{
"files": ["*.ts", "*.tsx"],
"extends": ["plugin:@nrwl/nx/typescript"],

Loading…
Cancel
Save