Browse Source
Merge pull request #23470 from abpframework/sumeyye/fixing-missing-utils-path
Angular - Adding missing config path for `@abp/utils`
pull/23471/head
erdem
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
npm/ng-packs/tsconfig.base.json
|
|
|
@ -46,7 +46,8 @@ |
|
|
|
"@abp/ng.theme.basic/testing": ["packages/theme-basic/testing/src/public-api.ts"], |
|
|
|
"@abp/ng.theme.shared": ["packages/theme-shared/src/public-api.ts"], |
|
|
|
"@abp/ng.theme.shared/testing": ["packages/theme-shared/testing/src/public-api.ts"], |
|
|
|
"@abp/nx.generators": ["packages/generators/src/index.ts"] |
|
|
|
"@abp/nx.generators": ["packages/generators/src/index.ts"], |
|
|
|
"@abp/utils": ["node_modules/@abp/utils/dist", "../packs/utils/projects/utils/src/public-api.ts"] |
|
|
|
} |
|
|
|
}, |
|
|
|
"exclude": ["node_modules", "tmp"] |
|
|
|
|