|
|
@ -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"], |
|
|
|