likaia / js-screen-shot

web端自定义截图插件(原生JS版)
https://www.kaisir.cn/js-screen-shot/
MIT License
808 stars 107 forks source link

types 错误 #133

Closed 0jinxing closed 1 year ago

0jinxing commented 1 year ago

Version of js-screen-shot

1.9.8-rc.3

Operating system and its version

MacOS

Browser and its version

Sandbox to reproduce

What happened?

截屏2023-08-17 下午4 58 35

.npmignore 是不是 忽略了 tsconfig

import { screenShotType } from "@/lib/type/ComponentType";

这个 alias 找不到

报错信息

类型错误
likaia commented 1 year ago

Hello @0jinxing. Your feedback has been received, and you will be notified in the issue area when the problem is resolved. 你好 @0jinxing,已收到你反馈的问题,问题解决后将在issue区域通知你。

likaia commented 1 year ago

这块有点问题,打包的时候没有对dts文件做路径修复,我晚点处理下

likaia commented 1 year ago

Version of js-screen-shot

1.9.8-rc.3

Operating system and its version

MacOS

Browser and its version

Sandbox to reproduce

What happened?

截屏2023-08-17 下午4 58 35

.npmignore 是不是 忽略了 tsconfig

import { screenShotType } from "@/lib/type/ComponentType";

这个 alias 找不到

报错信息

类型错误

这个问题修复了,你更新到1.9.9版本即可