We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc7231a + 3cf67e3 commit 9fd40b9Copy full SHA for 9fd40b9
npm/ng-packs/tsconfig.base.json
@@ -46,7 +46,8 @@
46
"@abp/ng.theme.basic/testing": ["packages/theme-basic/testing/src/public-api.ts"],
47
"@abp/ng.theme.shared": ["packages/theme-shared/src/public-api.ts"],
48
"@abp/ng.theme.shared/testing": ["packages/theme-shared/testing/src/public-api.ts"],
49
- "@abp/nx.generators": ["packages/generators/src/index.ts"]
+ "@abp/nx.generators": ["packages/generators/src/index.ts"],
50
+ "@abp/utils": ["node_modules/@abp/utils/dist", "../packs/utils/projects/utils/src/public-api.ts"]
51
}
52
},
53
"exclude": ["node_modules", "tmp"]
0 commit comments