Revert "fix: moduleResolution"

This reverts commit 9ab776d53a.
This commit is contained in:
手瓜一十雪
2025-03-19 11:58:16 +08:00
parent 129b67b751
commit dce4eedf7d
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ import { SendMessageContext } from '@/onebot/api';
import { getFileTypeForSendType } from '../helper/msg';
import { FFmpegService } from '@/common/ffmpeg';
import { rkeyDataType } from '../types/file';
import { imageSizeFromFile } from 'image-size/fromFile'
import { imageSizeFromFile } from 'image-size/dist/fromFile'
export class NTQQFileApi {
context: InstanceContext;

View File

@@ -9,7 +9,7 @@
"DOM.Iterable"
],
"skipLibCheck": true,
"moduleResolution": "bundler",
"moduleResolution": "Node",
"experimentalDecorators": true,
"allowImportingTsExtensions": false,
"allowSyntheticDefaultImports": true,