Updated imports to have extensions

This commit is contained in:
Alexander Cerutti
2025-01-11 14:41:15 +01:00
parent 2bbea853e7
commit d20129da99
12 changed files with 43 additions and 43 deletions

View File

@@ -1,4 +1,4 @@
export { default as PKPass } from "./PKPass";
export { default as PKPass } from "./PKPass.js";
// ***************************************** //
// *** Exporting only schemas interfaces *** //
@@ -15,4 +15,4 @@ export type {
TransitType,
Personalize,
OverridablePassProps,
} from "./schemas";
} from "./schemas/index.js";