Paddle.js icon indicating copy to clipboard operation
Paddle.js copied to clipboard

ts 引入会报错 Could not find a declaration file for module xxx

Open chenqianhe opened this issue 3 years ago • 1 comments

以ocr为例,ts 引入会报错

Could not find a declaration file for module '@paddlejs-models/ocr'. 'D:/Dev/Paddle.js/node_modules/@paddlejs-models/ocr/lib/index.js' implicitly has an 'any' type.

希望编译时可以增加对ts引入的支持以及增加兼容性处理等支持不同es版本使用

chenqianhe avatar Sep 07 '22 09:09 chenqianhe

希望可以有更完善的打包;支持cjs和es同时提供d.ts等 这里做了个示例,希望有参考价值:https://github.com/DataVizU/Paddle.js/tree/paddlejs_ocr_build_example

chenqianhe avatar Sep 13 '22 12:09 chenqianhe