hpdf
Version:
NodeJS library for generation PDF from HTML
23 lines (22 loc) • 528 B
JSON
{
"compilerOptions": {
"target": "es2021",
"module": "commonjs",
"moduleResolution": "node",
"resolveJsonModule": true,
"pretty": true,
"skipLibCheck": true,
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"sourceMap": true,
"declarationMap": true,
"noImplicitAny": true,
"strict": true,
"strictNullChecks": true,
"outDir": "dist"
},
"include": ["src"]
}