Fullcalendar 从源代码生成完整日历计划程序

Fullcalendar 从源代码生成完整日历计划程序,fullcalendar,fullcalendar-scheduler,Fullcalendar,Fullcalendar Scheduler,我已经为fullcalendar scheduler购买了许可证密钥,我正在尝试从源代码构建它 构建成功了,但是当我试图通过在配置文件中将其声明为依赖项将其导入到我的项目中时,会出现以下错误 import {} from 'fullcalendar-scheduler'; Could not find a declaration file for module 'fullcalendar-scheduler'. '/Users/xyz/Workspace/testworkspace/s

我已经为fullcalendar scheduler购买了许可证密钥,我正在尝试从源代码构建它

构建成功了,但是当我试图通过在配置文件中将其声明为依赖项将其导入到我的项目中时,会出现以下错误

 import {} from 'fullcalendar-scheduler';

   Could not find a declaration file for module 'fullcalendar-scheduler'. '/Users/xyz/Workspace/testworkspace/src/testworkspace/node_modules/fullcalendar-scheduler/main.js' implicitly has an 'any' type.
    
   Try `npm i --save-dev @types/fullcalendar-scheduler` if it exists or add a new declaration (.d.ts) file containing `declare module 'fullcalendar-scheduler';`

如何获取fullcaledar scheduler的导出类型并使用其高级插件(如资源时间线)

为什么需要从源代码构建它?用一个包裹就行了