refactor: migrate to ESM
This commit is contained in:
parent
b9a81edae5
commit
1de29e5566
7 changed files with 45 additions and 24 deletions
|
@ -1,11 +1,11 @@
|
|||
import './autogen/apiClientJSDoc';
|
||||
import './autogen/apiClientJSDoc.js';
|
||||
|
||||
import { SwitchCaseResponseType } from './api.types';
|
||||
import type { Endpoints } from './api.types';
|
||||
import { SwitchCaseResponseType } from './api.types.js';
|
||||
import type { Endpoints } from './api.types.js';
|
||||
|
||||
export {
|
||||
SwitchCaseResponseType,
|
||||
} from './api.types';
|
||||
} from './api.types.js';
|
||||
|
||||
const MK_API_ERROR = Symbol();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue