Skip to content

Commit

Permalink
(fix) O3-2724: Follow-up to add internal type declarations
Browse files Browse the repository at this point in the history
This is necessary for builders using TSC and referencing the framework internals
  • Loading branch information
ibacher committed May 3, 2024
1 parent f229b58 commit fa45feb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/framework/esm-framework/src/internal.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/// <reference path="./declarations.d.ts" />

export * from '@openmrs/esm-api';
export * from '@openmrs/esm-config';
export * from '@openmrs/esm-dynamic-loading';
Expand Down

0 comments on commit fa45feb

Please sign in to comment.