UNPKG

jspdf-html2canvas

Version:

A combine usage with jsPDF and html2canvas, which translating html content to PDF file.

26 lines 539 B
{ "compilerOptions": { "target": "ES2015", "module": "esnext", "moduleResolution": "node", "lib": [ "dom", "dom.iterable", "esnext" ], "baseUrl": "./src", "rootDir": "./src", "outDir": "./dist", "strict": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "declaration": true, "paths": { "@/*": ["*"], }, }, "include": ["**/*.ts"], "exclude": ["node_modules"] }