specify .js

This commit is contained in:
syuilo 2023-03-30 13:49:56 +09:00
parent ea6f9f1e7d
commit d7fbef0a55
6 changed files with 14 additions and 14 deletions

View file

@ -1,4 +1,4 @@
import type { Endpoints } from './api.types';
import type { Endpoints } from './api.types.js';
const MK_API_ERROR = Symbol();