mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: moduleResolution
This commit is contained in:
@@ -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/dist/fromFile'
|
||||
import { imageSizeFromFile } from 'image-size/fromFile'
|
||||
|
||||
export class NTQQFileApi {
|
||||
context: InstanceContext;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
"DOM.Iterable"
|
||||
],
|
||||
"skipLibCheck": true,
|
||||
"moduleResolution": "Node",
|
||||
"moduleResolution": "bundler",
|
||||
"experimentalDecorators": true,
|
||||
"allowImportingTsExtensions": false,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
|
Reference in New Issue
Block a user