fix: allow importing from proxy entrypoint

pull/10086/head
bnymncoskuner 4 years ago
parent ed837d0f37
commit dfa3cb211c

@ -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