build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / Transaction.ts
index 2a8a0ad46648978d3fe8b0fbab43f3cf008b812d..2a01b004c0561e2b70671959243e4067fd683c54 100644 (file)
@@ -7,7 +7,7 @@ import {
   OCPP16StopTransactionReason,
   type OCPP16StopTransactionRequest,
   type OCPP16StopTransactionResponse,
-} from './1.6/Transaction';
+} from './1.6/Transaction.js';
 
 export const AuthorizationStatus = {
   ...OCPP16AuthorizationStatus,