Property 'autoTable' does not exist on type jsPDF
问题 I am using angular2 and Node JS . I have installed jspdf and jspdf-autotable both modules using npm . In angular-cli.json file, I have embedded the scripts: "scripts": [ "../node_modules/jspdf/dist/jspdf.min.js", "../node_modules/jspdf-autotable/dist/jspdf.plugin.autotable.js" ], In my component.ts file , I have imported these files as follows: import * as jsPDF from 'jspdf'; import * as autoTable from 'jspdf-autotable'; I have also tried these lines to import jspdf-autotable import {