fix: make changes to allow esm imports to work properly
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { RecordValueType } from '../enums/RecordValueType';
|
||||
import { RecordValue } from './RecordValue';
|
||||
import { RecordValueType } from '../enums/RecordValueType.js';
|
||||
import { RecordValue } from './RecordValue.js';
|
||||
|
||||
/**
|
||||
* @class IntegerRecordValue - A record value represented by an integer.
|
||||
|
||||
Reference in New Issue
Block a user