jspdf-html2canvas
Version:
A combine usage with jsPDF and html2canvas, which translating html content to PDF file.
28 lines • 604 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"baseUrl": "./src",
"rootDir": "./src",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"declaration": true,
"declarationMap": true,
"sourceMap": false,
"paths": {
"@/*": ["*"]
}
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist"]
}